#A5A452

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

Shades of Olive Green #A5A452

Tints of Olive Green #A5A452

Color information

#A5A452 (or 0xA5A452) is unknown color: approx Olive Green. HEX triplet: A5, A4 and 52. RGB value is (165,164,82). Sum of RGB (Red+Green+Blue) = 165+164+82=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A452 is #5A5BAD. Grayscale: #9B9B9B. Windows color (decimal): -5921710 or 5416101. OLE color: 5416101.

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

Color convert

RGB16516482-
CMYK00.010.500.35
HSL59.28º33.6%48.43%-
HSV(B)59.28º50.3%64.71%-
XYZ30.3235.1613.17-
YUV154.9586.83135.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=40.15%
G=39.90%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651648200.010.500.3559.2833.648.43
HexA5A4520132233b2230
Octal245244122016243734260
Binary1010010110100100101001001110010100011111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A452; }

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

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

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

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

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

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

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

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