Html Css Color HEX #A9AB64 Olive Green

📋 copy color: '#A9AB64'

red 169 ◦ green 171 ◦ blue 100

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

Shades of Olive Green #A9AB64

Tints of Olive Green #A9AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 38.41%
G = 38.86%
B = 22.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A9AB64 (or 0xA9AB64) is known color: Olive Green. HEX triplet: A9, AB and 64. RGB value is (169,171,100). Sum of RGB (Red+Green+Blue) = 169+171+100=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB64 is #56549B. Grayscale: #A2A2A2. Windows color (decimal): -5657756 or 6597545. OLE color: 6597545.

HSL color Cylindrical-coordinate representation of color #A9AB64: hue angle of 61.69º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9AB64 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 171 100 -
CMYK 0.01 0 0.42 0.33
HSL 61.69º 0.3% 0.53% -
HSV(B) 61.69º 0.42% 0.67% -
XYZ 33.23 38.48 17.73 -
YUV 162.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 169 171 100 0.01 0 0.42 0.33 61.69 0.3 0.53
Hex A9 AB 64 1 0 2A 21 3E 1E 35
Octal 251 253 144 1 0 52 41 76 36 65
Binary 10101001 10101011 1100100 1 0 101010 100001 111110 11110 110101

Color Harmonies of #A9AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AB64

Black with #A9AB64

Text Example


Text Example

White with #A9AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AB64; }

 p { color: rgb(169,171,100); }

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

background-color css

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

 a { background-color: rgb(169,171,100); }

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

border-color css

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

 span { border-color: rgb(169,171,100); }

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