#B9DC95

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

Shades of Sprout #B9DC95

Tints of Sprout #B9DC95

Color information

#B9DC95 (or 0xB9DC95) is unknown color: approx Sprout. HEX triplet: B9, DC and 95. RGB value is (185,220,149). Sum of RGB (Red+Green+Blue) = 185+220+149=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC95 is #46236A. Grayscale: #C9C9C9. Windows color (decimal): -4596587 or 9821369. OLE color: 9821369.

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

Color convert

RGB185220149-
CMYK0.1600.320.14
HSL89.58º50.35%72.35%-
HSV(B)89.58º32.27%86.27%-
XYZ51.0363.6738.03-
YUV201.4498.4116.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=33.39%
G=39.71%
B=26.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201490.1600.320.1489.5850.3572.35
HexB9DC9510020E5a3248
Octal271334225200401613262110
Binary101110011101110010010101100000100000111010110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC95; }

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

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

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

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

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

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

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

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