#B0BC97

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

Shades of Green Spring #B0BC97

Tints of Green Spring #B0BC97

Color information

#B0BC97 (or 0xB0BC97) is unknown color: approx Green Spring. HEX triplet: B0, BC and 97. RGB value is (176,188,151). Sum of RGB (Red+Green+Blue) = 176+188+151=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC97 is #4F4368. Grayscale: #B4B4B4. Windows color (decimal): -5194601 or 9944240. OLE color: 9944240.

HSL color Cylindrical-coordinate representation of color #B0BC97: hue angle of 79.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BC97 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB176188151-
CMYK0.0600.200.26
HSL79.46º21.64%66.47%-
HSV(B)79.46º19.68%73.73%-
XYZ41.4747.4336.25-
YUV180.19111.52125.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=34.17%
G=36.50%
B=29.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881510.0600.200.2679.4621.6466.47
HexB0BC9760141A4f1642
Octal26027422760243211726102
Binary101100001011110010010111110010100110101001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC97; }

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

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

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

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

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

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

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

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