#B8DF8C

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

Shades of Sulu #B8DF8C

Tints of Sulu #B8DF8C

Color information

#B8DF8C (or 0xB8DF8C) is unknown color: approx Sulu. HEX triplet: B8, DF and 8C. RGB value is (184,223,140). Sum of RGB (Red+Green+Blue) = 184+223+140=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF8C is #472073. Grayscale: #CACACA. Windows color (decimal): -4661364 or 9232312. OLE color: 9232312.

HSL color Cylindrical-coordinate representation of color #B8DF8C: hue angle of 88.19º degrees, saturation: 0.56, 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 #B8DF8C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB184223140-
CMYK0.1700.370.13
HSL88.19º56.46%71.18%-
HSV(B)88.19º37.22%87.45%-
XYZ50.8964.8634.65-
YUV201.8893.08115.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=33.64%
G=40.77%
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
Decimal1842231400.1700.370.1388.1956.4671.18
HexB8DF8C11025D583847
Octal270337214210451513070107
Binary101110001101111110001100100010100101110110110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF8C; }

 p { color: rgb(184,223,140); }

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

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

 a { background-color: rgb(184,223,140); }

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

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

 span { border-color: rgb(184,223,140); }

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