#B0B49F

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

Shades of Green Spring #B0B49F

Tints of Green Spring #B0B49F

Color information

#B0B49F (or 0xB0B49F) is unknown color: approx Green Spring. HEX triplet: B0, B4 and 9F. RGB value is (176,180,159). Sum of RGB (Red+Green+Blue) = 176+180+159=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49F is #4F4B60. Grayscale: #B0B0B0. Windows color (decimal): -5196641 or 10466480. OLE color: 10466480.

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

Color convert

RGB176180159-
CMYK0.0200.120.29
HSL71.43º12.28%66.47%-
HSV(B)71.43º11.67%70.59%-
XYZ40.4844.3839.23-
YUV176.41118.17127.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=34.17%
G=34.95%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801590.0200.120.2971.4312.2866.47
HexB0B49F20C1D47c42
Octal26026423720143510714102
Binary101100001011010010011111100110011101100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B49F; }

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

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

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

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

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

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

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

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