#B0BC95

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

Shades of Green Spring #B0BC95

Tints of Green Spring #B0BC95

Color information

#B0BC95 (or 0xB0BC95) is unknown color: approx Green Spring. HEX triplet: B0, BC and 95. RGB value is (176,188,149). Sum of RGB (Red+Green+Blue) = 176+188+149=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC95 is #4F436A. Grayscale: #B4B4B4. Windows color (decimal): -5194603 or 9813168. OLE color: 9813168.

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

Color convert

RGB176188149-
CMYK0.0600.210.26
HSL78.46º22.54%66.08%-
HSV(B)78.46º20.74%73.73%-
XYZ41.3147.3735.4-
YUV179.97110.52125.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=34.31%
G=36.65%
B=29.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881490.0600.210.2678.4622.5466.08
HexB0BC9560151A4e1742
Octal26027422560253211627102
Binary101100001011110010010101110010101110101001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC95; }

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

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

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

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

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

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

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

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