#B5A976

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

Shades of Neutral Green #B5A976

Tints of Neutral Green #B5A976

Color information

#B5A976 (or 0xB5A976) is unknown color: approx Neutral Green. HEX triplet: B5, A9 and 76. RGB value is (181,169,118). Sum of RGB (Red+Green+Blue) = 181+169+118=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A976 is #4A5689. Grayscale: #A6A6A6. Windows color (decimal): -4871818 or 7776693. OLE color: 7776693.

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

Color convert

RGB181169118-
CMYK00.070.350.29
HSL48.57º29.86%58.63%-
HSV(B)48.57º34.81%70.98%-
XYZ36.5139.5122.84-
YUV166.77100.48138.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=38.68%
G=36.11%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116911800.070.350.2948.5729.8658.63
HexB5A97607231D311e3b
Octal265251166074335613673
Binary1011010110101001111011001111000111110111000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A976; }

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

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

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

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

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

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

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

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