Html Css Color HEX #A9A855 Olive Green

📋 copy color: '#A9A855'

red 169 ◦ green 168 ◦ blue 85

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

Shades of Olive Green #A9A855

Tints of Olive Green #A9A855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 40.05%
G = 39.81%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A9A855 (or 0xA9A855) is known color: Olive Green. HEX triplet: A9, A8 and 55. RGB value is (169,168,85). Sum of RGB (Red+Green+Blue) = 169+168+85=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A855 is #5657AA. Grayscale: #9F9F9F. Windows color (decimal): -5658539 or 5613737. OLE color: 5613737.

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

Color convert

RGB 169 168 85 -
CMYK 0 0.01 0.50 0.34
HSL 59.29º 0.33% 0.5% -
HSV(B) 59.29º 0.5% 0.66% -
XYZ 32 37.1 14.07 -
YUV 158.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 169 168 85 0 0.01 0.50 0.34 59.29 0.33 0.5
Hex A9 A8 55 0 1 32 22 3B 21 32
Octal 251 250 125 0 1 62 42 73 41 62
Binary 10101001 10101000 1010101 0 1 110010 100010 111011 100001 110010

Color Harmonies of #A9A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A855

Black with #A9A855

Text Example


Text Example

White with #A9A855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A855; }

 p { color: rgb(169,168,85); }

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

background-color css

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

 a { background-color: rgb(169,168,85); }

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

border-color css

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

 span { border-color: rgb(169,168,85); }

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