#B8DD8C

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

Shades of Sulu #B8DD8C

Tints of Sulu #B8DD8C

Color information

#B8DD8C (or 0xB8DD8C) is unknown color: approx Sulu. HEX triplet: B8, DD and 8C. RGB value is (184,221,140). Sum of RGB (Red+Green+Blue) = 184+221+140=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD8C is #472273. Grayscale: #C8C8C8. Windows color (decimal): -4661876 or 9231800. OLE color: 9231800.

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

Color convert

RGB184221140-
CMYK0.1700.370.13
HSL87.41º54.36%70.78%-
HSV(B)87.41º36.65%86.67%-
XYZ50.3663.834.47-
YUV200.793.74116.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=33.76%
G=40.55%
B=25.69%

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
Decimal1842211400.1700.370.1387.4154.3670.78
HexB8DD8C11025D573647
Octal270335214210451512766107
Binary101110001101110110001100100010100101110110101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DD8C; }

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

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

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

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

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

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

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

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