Html Css Color HEX #A5A452 Olive Green

📋 copy color: '#A5A452'

red 165 ◦ green 164 ◦ blue 82

#A5A452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #A5A452

Tints of Olive Green #A5A452

RGB

 RED value IS 165 (64.84% from 255) = 40.15%

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 40.15%
G = 39.9%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A5A452 (or 0xA5A452) is known color: 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

RGB 165 164 82 -
CMYK 0 0.01 0.50 0.35
HSL 59.28º 0.34% 0.48% -
HSV(B) 59.28º 0.5% 0.65% -
XYZ 30.32 35.16 13.17 -
YUV 154.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 165 164 82 0 0.01 0.50 0.35 59.28 0.34 0.48
Hex A5 A4 52 0 1 32 23 3B 22 30
Octal 245 244 122 0 1 62 43 73 42 60
Binary 10100101 10100100 1010010 0 1 110010 100011 111011 100010 110000

Color Harmonies of #A5A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A452

Black with #A5A452

Text Example


Text Example

White with #A5A452

Text Example


Text Example

HTML Codes & Css Web 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>