#A5A852

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

Shades of Olive Green #A5A852

Tints of Olive Green #A5A852

Color information

#A5A852 (or 0xA5A852) is unknown color: approx Olive Green. HEX triplet: A5, A8 and 52. RGB value is (165,168,82). Sum of RGB (Red+Green+Blue) = 165+168+82=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A852 is #5A57AD. Grayscale: #9D9D9D. Windows color (decimal): -5920686 or 5417125. OLE color: 5417125.

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

Color convert

RGB16516882-
CMYK0.0200.510.34
HSL62.09º34.4%49.02%-
HSV(B)62.09º51.19%65.88%-
XYZ31.0436.6113.41-
YUV157.385.51133.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=39.76%
G=40.48%
B=19.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168820.0200.510.3462.0934.449.02
HexA5A8522033223e2231
Octal245250122206342764261
Binary10100101101010001010010100110011100010111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A852; }

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

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

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

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

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

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

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

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