#A5B976

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

Shades of Olivine #A5B976

Tints of Olivine #A5B976

Color information

#A5B976 (or 0xA5B976) is unknown color: approx Olivine. HEX triplet: A5, B9 and 76. RGB value is (165,185,118). Sum of RGB (Red+Green+Blue) = 165+185+118=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B976 is #5A4689. Grayscale: #ABABAB. Windows color (decimal): -5916298 or 7780773. OLE color: 7780773.

HSL color Cylindrical-coordinate representation of color #A5B976: hue angle of 77.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5B976 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB165185118-
CMYK0.1100.360.27
HSL77.91º32.37%59.41%-
HSV(B)77.91º36.22%72.55%-
XYZ36.1444.0123.73-
YUV171.3897.87123.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=35.26%
G=39.53%
B=25.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851180.1100.360.2777.9132.3759.41
HexA5B976B0241B4e203b
Octal24527116613044331164073
Binary1010010110111001111011010110100100110111001110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B976; }

 p { color: rgb(165,185,118); }

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

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

 a { background-color: rgb(165,185,118); }

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

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

 span { border-color: rgb(165,185,118); }

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