#B5AC78

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

Shades of Neutral Green #B5AC78

Tints of Neutral Green #B5AC78

Color information

#B5AC78 (or 0xB5AC78) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 78. RGB value is (181,172,120). Sum of RGB (Red+Green+Blue) = 181+172+120=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC78 is #4A5387. Grayscale: #A8A8A8. Windows color (decimal): -4871048 or 7908533. OLE color: 7908533.

HSL color Cylindrical-coordinate representation of color #B5AC78: hue angle of 51.15º degrees, saturation: 0.29, 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 #B5AC78 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181172120-
CMYK00.050.340.29
HSL51.15º29.19%59.02%-
HSV(B)51.15º33.7%70.98%-
XYZ37.240.6823.66-
YUV168.76100.48136.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=38.27%
G=36.36%
B=25.37%

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
Decimal18117212000.050.340.2951.1529.1959.02
HexB5AC7805221D331d3b
Octal265254170054235633573
Binary1011010110101100111100001011000101110111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC78; }

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

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

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

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

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

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

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

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