#B0B49A

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

Shades of Green Spring #B0B49A

Tints of Green Spring #B0B49A

Color information

#B0B49A (or 0xB0B49A) is unknown color: approx Green Spring. HEX triplet: B0, B4 and 9A. RGB value is (176,180,154). Sum of RGB (Red+Green+Blue) = 176+180+154=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49A is #4F4B65. Grayscale: #AFAFAF. Windows color (decimal): -5196646 or 10138800. OLE color: 10138800.

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

Color convert

RGB176180154-
CMYK0.0200.140.29
HSL69.23º14.77%65.49%-
HSV(B)69.23º14.44%70.59%-
XYZ40.0644.2136.99-
YUV175.84115.67128.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=34.51%
G=35.29%
B=30.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801540.0200.140.2969.2314.7765.49
HexB0B49A20E1D45f41
Octal26026423220163510517101
Binary101100001011010010011010100111011101100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B49A; }

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

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

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

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

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

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

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

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