#B1A879

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

Shades of Neutral Green #B1A879

Tints of Neutral Green #B1A879

Color information

#B1A879 (or 0xB1A879) is unknown color: approx Neutral Green. HEX triplet: B1, A8 and 79. RGB value is (177,168,121). Sum of RGB (Red+Green+Blue) = 177+168+121=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A879 is #4E5786. Grayscale: #A5A5A5. Windows color (decimal): -5134215 or 7973041. OLE color: 7973041.

HSL color Cylindrical-coordinate representation of color #B1A879: hue angle of 50.36º 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 #B1A879 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177168121-
CMYK00.050.320.31
HSL50.36º26.42%58.43%-
HSV(B)50.36º31.64%69.41%-
XYZ35.5938.7323.69-
YUV165.33102.98136.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=37.98%
G=36.05%
B=25.97%

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
Decimal17716812100.050.320.3150.3626.4258.43
HexB1A87905201F321a3a
Octal261250171054037623272
Binary1011000110101000111100101011000001111111001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A879; }

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

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

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

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

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

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

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

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