#B0BC9A

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

Shades of Green Spring #B0BC9A

Tints of Green Spring #B0BC9A

Color information

#B0BC9A (or 0xB0BC9A) is unknown color: approx Green Spring. HEX triplet: B0, BC and 9A. RGB value is (176,188,154). Sum of RGB (Red+Green+Blue) = 176+188+154=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9A is #4F4365. Grayscale: #B4B4B4. Windows color (decimal): -5194598 or 10140848. OLE color: 10140848.

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

Color convert

RGB176188154-
CMYK0.0600.180.26
HSL81.18º20.24%67.06%-
HSV(B)81.18º18.09%73.73%-
XYZ41.7247.5337.55-
YUV180.54113.02124.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=33.98%
G=36.29%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881540.0600.180.2681.1820.2467.06
HexB0BC9A60121A511443
Octal26027423260223212124103
Binary101100001011110010011010110010010110101010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC9A; }

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

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

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

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

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

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

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

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