#B9D991

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

Shades of Sprout #B9D991

Tints of Sprout #B9D991

Color information

#B9D991 (or 0xB9D991) is unknown color: approx Sprout. HEX triplet: B9, D9 and 91. RGB value is (185,217,145). Sum of RGB (Red+Green+Blue) = 185+217+145=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D991 is #46266E. Grayscale: #C7C7C7. Windows color (decimal): -4597359 or 9558457. OLE color: 9558457.

HSL color Cylindrical-coordinate representation of color #B9D991: hue angle of 86.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9D991 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB185217145-
CMYK0.1500.330.15
HSL86.67º48.65%70.98%-
HSV(B)86.67º33.18%85.1%-
XYZ49.9361.9836.12-
YUV199.2297.4117.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=33.82%
G=39.67%
B=26.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171450.1500.330.1586.6748.6570.98
HexB9D991F021F573147
Octal271331221170411712761107
Binary10111001110110011001000111110100001111110101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D991; }

 p { color: rgb(185,217,145); }

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

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

 a { background-color: rgb(185,217,145); }

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

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

 span { border-color: rgb(185,217,145); }

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