Html Css Color HEX #A5A453 Olive Green

📋 copy color: '#A5A453'

red 165 ◦ green 164 ◦ blue 83

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

Shades of Olive Green #A5A453

Tints of Olive Green #A5A453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 40.05%
G = 39.81%
B = 20.15%

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

#A5A453 (or 0xA5A453) is known color: Olive Green. HEX triplet: A5, A4 and 53. RGB value is (165,164,83). Sum of RGB (Red+Green+Blue) = 165+164+83=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A453 is #5A5BAC. Grayscale: #9B9B9B. Windows color (decimal): -5921709 or 5481637. OLE color: 5481637.

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

Color convert

RGB 165 164 83 -
CMYK 0 0.01 0.50 0.35
HSL 59.27º 0.33% 0.49% -
HSV(B) 59.27º 0.5% 0.65% -
XYZ 30.35 35.17 13.37 -
YUV 155.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 165 164 83 0 0.01 0.50 0.35 59.27 0.33 0.49
Hex A5 A4 53 0 1 32 23 3B 21 31
Octal 245 244 123 0 1 62 43 73 41 61
Binary 10100101 10100100 1010011 0 1 110010 100011 111011 100001 110001

Color Harmonies of #A5A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A453

Black with #A5A453

Text Example


Text Example

White with #A5A453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A453; }

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

 H1.HeaderClassName
 {
   color: #A5A453;
 }
 .AnyTagClassName
 {
   color: #A5A453;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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