#B9DC91

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

Shades of Sprout #B9DC91

Tints of Sprout #B9DC91

Color information

#B9DC91 (or 0xB9DC91) is unknown color: approx Sprout. HEX triplet: B9, DC and 91. RGB value is (185,220,145). Sum of RGB (Red+Green+Blue) = 185+220+145=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC91 is #46236E. Grayscale: #C9C9C9. Windows color (decimal): -4596591 or 9559225. OLE color: 9559225.

HSL color Cylindrical-coordinate representation of color #B9DC91: hue angle of 88º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9DC91 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB185220145-
CMYK0.1600.340.14
HSL88º51.72%71.57%-
HSV(B)88º34.09%86.27%-
XYZ50.7163.5536.38-
YUV200.9896.4116.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=33.64%
G=40%
B=26.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201450.1600.340.148851.7271.57
HexB9DC9110022E583448
Octal271334221200421613064110
Binary101110011101110010010001100000100010111010110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC91; }

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

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

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

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

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

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

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

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