#B5AC79

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

Shades of Neutral Green #B5AC79

Tints of Neutral Green #B5AC79

Color information

#B5AC79 (or 0xB5AC79) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 79. RGB value is (181,172,121). Sum of RGB (Red+Green+Blue) = 181+172+121=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC79 is #4A5386. Grayscale: #A9A9A9. Windows color (decimal): -4871047 or 7974069. OLE color: 7974069.

HSL color Cylindrical-coordinate representation of color #B5AC79: hue angle of 51º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5AC79 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181172121-
CMYK00.050.330.29
HSL51º28.85%59.22%-
HSV(B)51º33.15%70.98%-
XYZ37.2640.7123.98-
YUV168.88100.98136.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=38.19%
G=36.29%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117212100.050.330.295128.8559.22
HexB5AC7905211D331d3b
Octal265254171054135633573
Binary1011010110101100111100101011000011110111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC79; }

 p { color: rgb(181,172,121); }

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

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

 a { background-color: rgb(181,172,121); }

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

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

 span { border-color: rgb(181,172,121); }

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