#B9D796

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

Shades of Sprout #B9D796

Tints of Sprout #B9D796

Color information

#B9D796 (or 0xB9D796) is unknown color: approx Sprout. HEX triplet: B9, D7 and 96. RGB value is (185,215,150). Sum of RGB (Red+Green+Blue) = 185+215+150=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D796 is #462869. Grayscale: #C6C6C6. Windows color (decimal): -4597866 or 9885625. OLE color: 9885625.

HSL color Cylindrical-coordinate representation of color #B9D796: hue angle of 87.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9D796 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB185215150-
CMYK0.1400.300.16
HSL87.69º44.83%71.57%-
HSV(B)87.69º30.23%84.31%-
XYZ49.8161.1238.03-
YUV198.62100.56118.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=33.64%
G=39.09%
B=27.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151500.1400.300.1687.6944.8371.57
HexB9D796E01E10582d48
Octal271327226160362013055110
Binary10111001110101111001011011100111101000010110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D796; }

 p { color: rgb(185,215,150); }

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

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

 a { background-color: rgb(185,215,150); }

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

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

 span { border-color: rgb(185,215,150); }

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