#B9FF8B

Color #B9FF8B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B9FF8B

Tints of Sulu #B9FF8B

Color information

#B9FF8B (or 0xB9FF8B) is unknown color: approx Sulu. HEX triplet: B9, FF and 8B. RGB value is (185,255,139). Sum of RGB (Red+Green+Blue) = 185+255+139=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF8B is #460074. Grayscale: #DDDDDD. Windows color (decimal): -4587637 or 9174969. OLE color: 9174969.

HSL color Cylindrical-coordinate representation of color #B9FF8B: hue angle of 96.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9FF8B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB185255139-
CMYK0.2700.450
HSL96.21º100%77.25%-
HSV(B)96.21º45.49%100%-
XYZ60.4383.737.4-
YUV220.8581.81102.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=31.95%
G=44.04%
B=24.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551390.2700.45096.2110077.25
HexB9FF8B1B02D060644d
Octal271377213330550140144115
Binary1011100111111111100010111101101011010110000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF8B; }

 p { color: rgb(185,255,139); }

 H1.HeaderClassName
 {
   color: #B9FF8B;
 }
 .AnyTagClassName
 {
   color: #B9FF8B;
 }
</style>
background-color css

<style>
 a { background-color: #B9FF8B; }

 a { background-color: rgb(185,255,139); }

 div.DivClassName
 {
   background-color: #B9FF8B;
 }
 .BgClassName
 {
   background-color: #B9FF8B;
 }
</style>
border-color css

<style>
 span { border-color: #B9FF8B; }

 span { border-color: rgb(185,255,139); }

 td.TdClassName
 {
   border-color: #B9FF8B;
 }
 .TagClassName
 {
   border-color: #B9FF8B;
 }
</style>