#B9DE92

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

Shades of Sprout #B9DE92

Tints of Sprout #B9DE92

Color information

#B9DE92 (or 0xB9DE92) is unknown color: approx Sprout. HEX triplet: B9, DE and 92. RGB value is (185,222,146). Sum of RGB (Red+Green+Blue) = 185+222+146=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DE92 is #46216D. Grayscale: #CACACA. Windows color (decimal): -4596078 or 9625273. OLE color: 9625273.

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

Color convert

RGB185222146-
CMYK0.1700.340.13
HSL89.21º53.52%72.16%-
HSV(B)89.21º34.23%87.06%-
XYZ51.3264.6336.96-
YUV202.2796.24115.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=33.45%
G=40.14%
B=26.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221460.1700.340.1389.2153.5272.16
HexB9DE9211022D593648
Octal271336222210421513166110
Binary101110011101111010010010100010100010110110110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE92; }

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

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

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

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

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

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

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

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