#A4B66F

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

Shades of Olivine #A4B66F

Tints of Olivine #A4B66F

Color information

#A4B66F (or 0xA4B66F) is unknown color: approx Olivine. HEX triplet: A4, B6 and 6F. RGB value is (164,182,111). Sum of RGB (Red+Green+Blue) = 164+182+111=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B66F is #5B4990. Grayscale: #A8A8A8. Windows color (decimal): -5982609 or 7321252. OLE color: 7321252.

HSL color Cylindrical-coordinate representation of color #A4B66F: hue angle of 75.21º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4B66F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB164182111-
CMYK0.1000.390.29
HSL75.21º32.72%57.45%-
HSV(B)75.21º39.01%71.37%-
XYZ34.9142.521.4-
YUV168.5295.54124.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=35.89%
G=39.82%
B=24.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821110.1000.390.2975.2132.7257.45
HexA4B66FA0271D4b2139
Octal24426615712047351134171
Binary1010010010110110110111110100100111111011001011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B66F; }

 p { color: rgb(164,182,111); }

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

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

 a { background-color: rgb(164,182,111); }

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

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

 span { border-color: rgb(164,182,111); }

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