#B0B49C

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

Shades of Green Spring #B0B49C

Tints of Green Spring #B0B49C

Color information

#B0B49C (or 0xB0B49C) is unknown color: approx Green Spring. HEX triplet: B0, B4 and 9C. RGB value is (176,180,156). Sum of RGB (Red+Green+Blue) = 176+180+156=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49C is #4F4B63. Grayscale: #B0B0B0. Windows color (decimal): -5196644 or 10269872. OLE color: 10269872.

HSL color Cylindrical-coordinate representation of color #B0B49C: hue angle of 70º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B49C is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB176180156-
CMYK0.0200.130.29
HSL70º13.79%65.88%-
HSV(B)70º13.33%70.59%-
XYZ40.2344.2737.88-
YUV176.07116.67127.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=34.38%
G=35.16%
B=30.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801560.0200.130.297013.7965.88
HexB0B49C20D1D46e42
Octal26026423420153510616102
Binary101100001011010010011100100110111101100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B49C; }

 p { color: rgb(176,180,156); }

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

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

 a { background-color: rgb(176,180,156); }

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

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

 span { border-color: rgb(176,180,156); }

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