#B1B49A

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

Shades of Green Spring #B1B49A

Tints of Green Spring #B1B49A

Color information

#B1B49A (or 0xB1B49A) is unknown color: approx Green Spring. HEX triplet: B1, B4 and 9A. RGB value is (177,180,154). Sum of RGB (Red+Green+Blue) = 177+180+154=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B49A is #4E4B65. Grayscale: #B0B0B0. Windows color (decimal): -5131110 or 10138801. OLE color: 10138801.

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

Color convert

RGB177180154-
CMYK0.0200.140.29
HSL66.92º14.77%65.49%-
HSV(B)66.92º14.44%70.59%-
XYZ40.2944.3237-
YUV176.14115.51128.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=34.64%
G=35.23%
B=30.14%

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
Decimal1771801540.0200.140.2966.9214.7765.49
HexB1B49A20E1D43f41
Octal26126423220163510317101
Binary101100011011010010011010100111011101100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B49A; }

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

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

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

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

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

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

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

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