#B2CB96

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

Shades of Sprout #B2CB96

Tints of Sprout #B2CB96

Color information

#B2CB96 (or 0xB2CB96) is unknown color: approx Sprout. HEX triplet: B2, CB and 96. RGB value is (178,203,150). Sum of RGB (Red+Green+Blue) = 178+203+150=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB96 is #4D3469. Grayscale: #BDBDBD. Windows color (decimal): -5059690 or 9882546. OLE color: 9882546.

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

Color convert

RGB178203150-
CMYK0.1200.260.20
HSL88.3º33.76%69.22%-
HSV(B)88.3º26.11%79.61%-
XYZ45.2254.3836.97-
YUV189.48105.72119.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=33.52%
G=38.23%
B=28.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031500.1200.260.2088.333.7669.22
HexB2CB96C01A14582245
Octal262313226140322413042105
Binary10110010110010111001011011000110101010010110001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB96; }

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

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

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

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

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

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

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

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