#B8DD93

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

Shades of Sprout #B8DD93

Tints of Sprout #B8DD93

Color information

#B8DD93 (or 0xB8DD93) is unknown color: approx Sprout. HEX triplet: B8, DD and 93. RGB value is (184,221,147). Sum of RGB (Red+Green+Blue) = 184+221+147=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD93 is #47226C. Grayscale: #C9C9C9. Windows color (decimal): -4661869 or 9690552. OLE color: 9690552.

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

Color convert

RGB184221147-
CMYK0.1700.330.13
HSL90º52.11%72.16%-
HSV(B)90º33.48%86.67%-
XYZ50.8964.0137.28-
YUV201.597.24115.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=33.33%
G=40.04%
B=26.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842211470.1700.330.139052.1172.16
HexB8DD9311021D5a3448
Octal270335223210411513264110
Binary101110001101110110010011100010100001110110110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DD93; }

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

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

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

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

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

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

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

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