Html Css Color HEX #A9A55D Olive Green

📋 copy color: '#A9A55D'

red 169 ◦ green 165 ◦ blue 93

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

Shades of Olive Green #A9A55D

Tints of Olive Green #A9A55D

RGB

 RED value IS 169 (66.41% from 255) = 39.58%

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 39.58%
G = 38.64%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9A55D (or 0xA9A55D) is known color: Olive Green. HEX triplet: A9, A5 and 5D. RGB value is (169,165,93). Sum of RGB (Red+Green+Blue) = 169+165+93=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A55D is #565AA2. Grayscale: #9E9E9E. Windows color (decimal): -5659299 or 6137257. OLE color: 6137257.

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

Color convert

RGB 169 165 93 -
CMYK 0 0.02 0.45 0.34
HSL 56.84º 0.31% 0.51% -
HSV(B) 56.84º 0.45% 0.66% -
XYZ 31.79 36.14 15.66 -
YUV 157.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 169 165 93 0 0.02 0.45 0.34 56.84 0.31 0.51
Hex A9 A5 5D 0 2 2D 22 39 1F 33
Octal 251 245 135 0 2 55 42 71 37 63
Binary 10101001 10100101 1011101 0 10 101101 100010 111001 11111 110011

Color Harmonies of #A9A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A55D

Black with #A9A55D

Text Example


Text Example

White with #A9A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A55D; }

 p { color: rgb(169,165,93); }

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

background-color css

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

 a { background-color: rgb(169,165,93); }

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

border-color css

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

 span { border-color: rgb(169,165,93); }

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