#B0B49D

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

Shades of Green Spring #B0B49D

Tints of Green Spring #B0B49D

Color information

#B0B49D (or 0xB0B49D) is unknown color: approx Green Spring. HEX triplet: B0, B4 and 9D. RGB value is (176,180,157). Sum of RGB (Red+Green+Blue) = 176+180+157=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49D is #4F4B62. Grayscale: #B0B0B0. Windows color (decimal): -5196643 or 10335408. OLE color: 10335408.

HSL color Cylindrical-coordinate representation of color #B0B49D: hue angle of 70.43º degrees, saturation: 0.13, 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 #B0B49D is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB176180157-
CMYK0.0200.130.29
HSL70.43º13.29%66.08%-
HSV(B)70.43º12.78%70.59%-
XYZ40.3144.3138.33-
YUV176.18117.17127.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=34.31%
G=35.09%
B=30.60%

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
Decimal1761801570.0200.130.2970.4313.2966.08
HexB0B49D20D1D46d42
Octal26026423520153510615102
Binary101100001011010010011101100110111101100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B49D; }

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

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

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

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

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

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

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

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