#A6A452

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

Shades of Olive Green #A6A452

Tints of Olive Green #A6A452

Color information

#A6A452 (or 0xA6A452) is unknown color: approx Olive Green. HEX triplet: A6, A4 and 52. RGB value is (166,164,82). Sum of RGB (Red+Green+Blue) = 166+164+82=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A452 is #595BAD. Grayscale: #9B9B9B. Windows color (decimal): -5856174 or 5416102. OLE color: 5416102.

HSL color Cylindrical-coordinate representation of color #A6A452: hue angle of 58.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6A452 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16616482-
CMYK00.010.510.35
HSL58.57º33.87%48.63%-
HSV(B)58.57º50.6%65.1%-
XYZ30.5235.2713.18-
YUV155.2586.66135.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=40.29%
G=39.81%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661648200.010.510.3558.5733.8748.63
HexA6A4520133233b2231
Octal246244122016343734261
Binary1010011010100100101001001110011100011111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A452; }

 p { color: rgb(166,164,82); }

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

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

 a { background-color: rgb(166,164,82); }

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

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

 span { border-color: rgb(166,164,82); }

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