#B0BC96

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

Shades of Green Spring #B0BC96

Tints of Green Spring #B0BC96

Color information

#B0BC96 (or 0xB0BC96) is unknown color: approx Green Spring. HEX triplet: B0, BC and 96. RGB value is (176,188,150). Sum of RGB (Red+Green+Blue) = 176+188+150=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC96 is #4F4369. Grayscale: #B4B4B4. Windows color (decimal): -5194602 or 9878704. OLE color: 9878704.

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

Color convert

RGB176188150-
CMYK0.0600.200.26
HSL78.95º22.09%66.27%-
HSV(B)78.95º20.21%73.73%-
XYZ41.3947.435.82-
YUV180.08111.02125.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=34.24%
G=36.58%
B=29.18%

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
Decimal1761881500.0600.200.2678.9522.0966.27
HexB0BC9660141A4f1642
Octal26027422660243211726102
Binary101100001011110010010110110010100110101001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC96; }

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

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

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

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

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

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

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

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