#B9DE8C

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

Shades of Sulu #B9DE8C

Tints of Sulu #B9DE8C

Color information

#B9DE8C (or 0xB9DE8C) is unknown color: approx Sulu. HEX triplet: B9, DE and 8C. RGB value is (185,222,140). Sum of RGB (Red+Green+Blue) = 185+222+140=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DE8C is #462173. Grayscale: #C9C9C9. Windows color (decimal): -4596084 or 9232057. OLE color: 9232057.

HSL color Cylindrical-coordinate representation of color #B9DE8C: hue angle of 87.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9DE8C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB185222140-
CMYK0.1700.370.13
HSL87.07º55.41%70.98%-
HSV(B)87.07º36.94%87.06%-
XYZ50.8664.4534.57-
YUV201.5993.24116.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=33.82%
G=40.59%
B=25.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221400.1700.370.1387.0755.4170.98
HexB9DE8C11025D573747
Octal271336214210451512767107
Binary101110011101111010001100100010100101110110101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE8C; }

 p { color: rgb(185,222,140); }

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

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

 a { background-color: rgb(185,222,140); }

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

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

 span { border-color: rgb(185,222,140); }

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