#B0BB97

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

Shades of Green Spring #B0BB97

Tints of Green Spring #B0BB97

Color information

#B0BB97 (or 0xB0BB97) is unknown color: approx Green Spring. HEX triplet: B0, BB and 97. RGB value is (176,187,151). Sum of RGB (Red+Green+Blue) = 176+187+151=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB97 is #4F4468. Grayscale: #B3B3B3. Windows color (decimal): -5194857 or 9943984. OLE color: 9943984.

HSL color Cylindrical-coordinate representation of color #B0BB97: hue angle of 78.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0BB97 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB176187151-
CMYK0.0600.190.27
HSL78.33º20.93%66.27%-
HSV(B)78.33º19.25%73.33%-
XYZ41.2647.0136.18-
YUV179.61111.86125.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=34.24%
G=36.38%
B=29.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871510.0600.190.2778.3320.9366.27
HexB0BB9760131B4e1542
Octal26027322760233311625102
Binary101100001011101110010111110010011110111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB97; }

 p { color: rgb(176,187,151); }

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

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

 a { background-color: rgb(176,187,151); }

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

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

 span { border-color: rgb(176,187,151); }

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