#B5A978

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

Shades of Neutral Green #B5A978

Tints of Neutral Green #B5A978

Color information

#B5A978 (or 0xB5A978) is unknown color: approx Neutral Green. HEX triplet: B5, A9 and 78. RGB value is (181,169,120). Sum of RGB (Red+Green+Blue) = 181+169+120=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A978 is #4A5687. Grayscale: #A7A7A7. Windows color (decimal): -4871816 or 7907765. OLE color: 7907765.

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

Color convert

RGB181169120-
CMYK00.070.340.29
HSL48.2º29.19%59.02%-
HSV(B)48.2º33.7%70.98%-
XYZ36.6339.5623.47-
YUV167101.48137.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=38.51%
G=35.96%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116912000.070.340.2948.229.1959.02
HexB5A97807221D301d3b
Octal265251170074235603573
Binary1011010110101001111100001111000101110111000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A978; }

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

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

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

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

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

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

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

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