#B1CB96

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

Shades of Sprout #B1CB96

Tints of Sprout #B1CB96

Color information

#B1CB96 (or 0xB1CB96) is unknown color: approx Sprout. HEX triplet: B1, CB and 96. RGB value is (177,203,150). Sum of RGB (Red+Green+Blue) = 177+203+150=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB96 is #4E3469. Grayscale: #BDBDBD. Windows color (decimal): -5125226 or 9882545. OLE color: 9882545.

HSL color Cylindrical-coordinate representation of color #B1CB96: hue angle of 89.43º 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 #B1CB96 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB177203150-
CMYK0.1300.260.20
HSL89.43º33.76%69.22%-
HSV(B)89.43º26.11%79.61%-
XYZ44.9954.2636.96-
YUV189.18105.89119.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=33.40%
G=38.30%
B=28.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031500.1300.260.2089.4333.7669.22
HexB1CB96D01A14592245
Octal261313226150322413142105
Binary10110001110010111001011011010110101010010110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB96; }

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

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

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

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

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

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

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

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