#A4B476

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

Shades of Olivine #A4B476

Tints of Olivine #A4B476

Color information

#A4B476 (or 0xA4B476) is unknown color: approx Olivine. HEX triplet: A4, B4 and 76. RGB value is (164,180,118). Sum of RGB (Red+Green+Blue) = 164+180+118=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B476 is #5B4B89. Grayscale: #A8A8A8. Windows color (decimal): -5983114 or 7779492. OLE color: 7779492.

HSL color Cylindrical-coordinate representation of color #A4B476: hue angle of 75.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B476 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB164180118-
CMYK0.0900.340.29
HSL75.48º29.25%58.43%-
HSV(B)75.48º34.44%70.59%-
XYZ34.941.8423.38-
YUV168.1599.7125.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=35.50%
G=38.96%
B=25.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801180.0900.340.2975.4829.2558.43
HexA4B47690221D4b1d3a
Octal24426416611042351133572
Binary101001001011010011101101001010001011101100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B476; }

 p { color: rgb(164,180,118); }

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

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

 a { background-color: rgb(164,180,118); }

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

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

 span { border-color: rgb(164,180,118); }

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