#B1A979

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

Shades of Neutral Green #B1A979

Tints of Neutral Green #B1A979

Color information

#B1A979 (or 0xB1A979) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 79. RGB value is (177,169,121). Sum of RGB (Red+Green+Blue) = 177+169+121=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A979 is #4E5686. Grayscale: #A6A6A6. Windows color (decimal): -5133959 or 7973297. OLE color: 7973297.

HSL color Cylindrical-coordinate representation of color #B1A979: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1A979 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177169121-
CMYK00.050.320.31
HSL51.43º26.42%58.43%-
HSV(B)51.43º31.64%69.41%-
XYZ35.7739.123.75-
YUV165.92102.65135.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=37.90%
G=36.19%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716912100.050.320.3151.4326.4258.43
HexB1A97905201F331a3a
Octal261251171054037633272
Binary1011000110101001111100101011000001111111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A979; }

 p { color: rgb(177,169,121); }

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

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

 a { background-color: rgb(177,169,121); }

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

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

 span { border-color: rgb(177,169,121); }

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