#B9CB96

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

Shades of Sprout #B9CB96

Tints of Sprout #B9CB96

Color information

#B9CB96 (or 0xB9CB96) is unknown color: approx Sprout. HEX triplet: B9, CB and 96. RGB value is (185,203,150). Sum of RGB (Red+Green+Blue) = 185+203+150=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB96 is #463469. Grayscale: #BFBFBF. Windows color (decimal): -4600938 or 9882553. OLE color: 9882553.

HSL color Cylindrical-coordinate representation of color #B9CB96: hue angle of 80.38º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CB96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB185203150-
CMYK0.0900.260.20
HSL80.38º33.76%69.22%-
HSV(B)80.38º26.11%79.61%-
XYZ46.8755.2337.04-
YUV191.58104.54123.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=34.39%
G=37.73%
B=27.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031500.0900.260.2080.3833.7669.22
HexB9CB96901A14502245
Octal271313226110322412042105
Binary10111001110010111001011010010110101010010100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB96; }

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

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

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

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

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

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

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

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