#B5AC77

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

Shades of Neutral Green #B5AC77

Tints of Neutral Green #B5AC77

Color information

#B5AC77 (or 0xB5AC77) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 77. RGB value is (181,172,119). Sum of RGB (Red+Green+Blue) = 181+172+119=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC77 is #4A5388. Grayscale: #A8A8A8. Windows color (decimal): -4871049 or 7842997. OLE color: 7842997.

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

Color convert

RGB181172119-
CMYK00.050.340.29
HSL51.29º29.52%58.82%-
HSV(B)51.29º34.25%70.98%-
XYZ37.1440.6623.34-
YUV168.6599.98136.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=38.35%
G=36.44%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117211900.050.340.2951.2929.5258.82
HexB5AC7705221D331e3b
Octal265254167054235633673
Binary1011010110101100111011101011000101110111001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC77; }

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

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

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

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

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

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

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

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