#A4B972

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

Shades of Olivine #A4B972

Tints of Olivine #A4B972

Color information

#A4B972 (or 0xA4B972) is unknown color: approx Olivine. HEX triplet: A4, B9 and 72. RGB value is (164,185,114). Sum of RGB (Red+Green+Blue) = 164+185+114=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B972 is #5B468D. Grayscale: #AAAAAA. Windows color (decimal): -5981838 or 7518628. OLE color: 7518628.

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

Color convert

RGB164185114-
CMYK0.1100.380.27
HSL77.75º33.65%58.63%-
HSV(B)77.75º38.38%72.55%-
XYZ35.743.8122.49-
YUV170.6396.04123.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=35.42%
G=39.96%
B=24.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851140.1100.380.2777.7533.6558.63
HexA4B972B0261B4e223b
Octal24427116213046331164273
Binary1010010010111001111001010110100110110111001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B972; }

 p { color: rgb(164,185,114); }

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

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

 a { background-color: rgb(164,185,114); }

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

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

 span { border-color: rgb(164,185,114); }

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