#B0CB96

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

Shades of Sprout #B0CB96

Tints of Sprout #B0CB96

Color information

#B0CB96 (or 0xB0CB96) is unknown color: approx Sprout. HEX triplet: B0, CB and 96. RGB value is (176,203,150). Sum of RGB (Red+Green+Blue) = 176+203+150=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB96 is #4F3469. Grayscale: #BDBDBD. Windows color (decimal): -5190762 or 9882544. OLE color: 9882544.

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

Color convert

RGB176203150-
CMYK0.1300.260.20
HSL90.57º33.76%69.22%-
HSV(B)90.57º26.11%79.61%-
XYZ44.7754.1436.95-
YUV188.88106.05118.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=33.27%
G=38.37%
B=28.36%

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
Decimal1762031500.1300.260.2090.5733.7669.22
HexB0CB96D01A145b2245
Octal260313226150322413342105
Binary10110000110010111001011011010110101010010110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB96; }

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

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

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

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

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

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

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

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