#B0BC93

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

Shades of Green Spring #B0BC93

Tints of Green Spring #B0BC93

Color information

#B0BC93 (or 0xB0BC93) is unknown color: approx Green Spring. HEX triplet: B0, BC and 93. RGB value is (176,188,147). Sum of RGB (Red+Green+Blue) = 176+188+147=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC93 is #4F436C. Grayscale: #B3B3B3. Windows color (decimal): -5194605 or 9682096. OLE color: 9682096.

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

Color convert

RGB176188147-
CMYK0.0600.220.26
HSL77.56º23.43%65.69%-
HSV(B)77.56º21.81%73.73%-
XYZ41.1547.334.57-
YUV179.74109.52125.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=34.44%
G=36.79%
B=28.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881470.0600.220.2677.5623.4365.69
HexB0BC9360161A4e1742
Octal26027422360263211627102
Binary101100001011110010010011110010110110101001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC93; }

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

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

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

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

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

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

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

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