Html Css Color HEX #A9B45A Olive Green

📋 copy color: '#A9B45A'

red 169 ◦ green 180 ◦ blue 90

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

Shades of Olive Green #A9B45A

Tints of Olive Green #A9B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 38.5%
G = 41%
B = 20.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A9B45A (or 0xA9B45A) is known color: Olive Green. HEX triplet: A9, B4 and 5A. RGB value is (169,180,90). Sum of RGB (Red+Green+Blue) = 169+180+90=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B45A is #564BA5. Grayscale: #A6A6A6. Windows color (decimal): -5655462 or 5944489. OLE color: 5944489.

HSL color Cylindrical-coordinate representation of color #A9B45A: hue angle of 67.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9B45A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 90 -
CMYK 0.06 0 0.50 0.29
HSL 67.33º 0.38% 0.53% -
HSV(B) 67.33º 0.5% 0.71% -
XYZ 34.53 41.82 15.92 -
YUV 166.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 169 180 90 0.06 0 0.50 0.29 67.33 0.38 0.53
Hex A9 B4 5A 6 0 32 1D 43 26 35
Octal 251 264 132 6 0 62 35 103 46 65
Binary 10101001 10110100 1011010 110 0 110010 11101 1000011 100110 110101

Color Harmonies of #A9B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B45A

Black with #A9B45A

Text Example


Text Example

White with #A9B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B45A; }

 p { color: rgb(169,180,90); }

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

background-color css

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

 a { background-color: rgb(169,180,90); }

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

border-color css

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

 span { border-color: rgb(169,180,90); }

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