Html Css Color HEX #A9AD5C Olive Green

📋 copy color: '#A9AD5C'

red 169 ◦ green 173 ◦ blue 92

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

Shades of Olive Green #A9AD5C

Tints of Olive Green #A9AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 38.94%
G = 39.86%
B = 21.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#A9AD5C (or 0xA9AD5C) is known color: Olive Green. HEX triplet: A9, AD and 5C. RGB value is (169,173,92). Sum of RGB (Red+Green+Blue) = 169+173+92=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD5C is #5652A3. Grayscale: #A2A2A2. Windows color (decimal): -5657252 or 6073769. OLE color: 6073769.

HSL color Cylindrical-coordinate representation of color #A9AD5C: hue angle of 62.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9AD5C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 173 92 -
CMYK 0.02 0 0.47 0.32
HSL 62.96º 0.33% 0.52% -
HSV(B) 62.96º 0.47% 0.68% -
XYZ 33.24 39.09 15.92 -
YUV 162.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 169 173 92 0.02 0 0.47 0.32 62.96 0.33 0.52
Hex A9 AD 5C 2 0 2F 20 3F 21 34
Octal 251 255 134 2 0 57 40 77 41 64
Binary 10101001 10101101 1011100 10 0 101111 100000 111111 100001 110100

Color Harmonies of #A9AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD5C

Black with #A9AD5C

Text Example


Text Example

White with #A9AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD5C; }

 p { color: rgb(169,173,92); }

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

background-color css

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

 a { background-color: rgb(169,173,92); }

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

border-color css

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

 span { border-color: rgb(169,173,92); }

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