#B5AA78

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

Shades of Neutral Green #B5AA78

Tints of Neutral Green #B5AA78

Color information

#B5AA78 (or 0xB5AA78) is unknown color: approx Neutral Green. HEX triplet: B5, AA and 78. RGB value is (181,170,120). Sum of RGB (Red+Green+Blue) = 181+170+120=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA78 is #4A5587. Grayscale: #A7A7A7. Windows color (decimal): -4871560 or 7908021. OLE color: 7908021.

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

Color convert

RGB181170120-
CMYK00.060.340.29
HSL49.18º29.19%59.02%-
HSV(B)49.18º33.7%70.98%-
XYZ36.8239.9323.54-
YUV167.59101.14137.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=38.43%
G=36.09%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117012000.060.340.2949.1829.1959.02
HexB5AA7806221D311d3b
Octal265252170064235613573
Binary1011010110101010111100001101000101110111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA78; }

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

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

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

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

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

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

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

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