#B9FB8E

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

Shades of Sulu #B9FB8E

Tints of Sulu #B9FB8E

Color information

#B9FB8E (or 0xB9FB8E) is unknown color: approx Sulu. HEX triplet: B9, FB and 8E. RGB value is (185,251,142). Sum of RGB (Red+Green+Blue) = 185+251+142=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FB8E is #460471. Grayscale: #DBDBDB. Windows color (decimal): -4588658 or 9370553. OLE color: 9370553.

HSL color Cylindrical-coordinate representation of color #B9FB8E: hue angle of 96.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9FB8E is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB185251142-
CMYK0.2600.430.02
HSL96.33º93.16%77.06%-
HSV(B)96.33º43.43%98.43%-
XYZ59.3981.2638.15-
YUV218.8484.63103.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 142 (55.86% from 255) = 24.57%
R=32.01%
G=43.43%
B=24.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511420.2600.430.0296.3393.1677.06
HexB9FB8E1A02B2605d4d
Octal271373216320532140135115
Binary10111001111110111000111011010010101110110000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FB8E; }

 p { color: rgb(185,251,142); }

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

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

 a { background-color: rgb(185,251,142); }

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

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

 span { border-color: rgb(185,251,142); }

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