Html Css Color HEX #A9B45C Olive Green

📋 copy color: '#A9B45C'

red 169 ◦ green 180 ◦ blue 92

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

Shades of Olive Green #A9B45C

Tints of Olive Green #A9B45C

RGB

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

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

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

R = 38.32%
G = 40.82%
B = 20.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A9B45C (or 0xA9B45C) is known color: Olive Green. HEX triplet: A9, B4 and 5C. RGB value is (169,180,92). Sum of RGB (Red+Green+Blue) = 169+180+92=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B45C is #564BA3. Grayscale: #A7A7A7. Windows color (decimal): -5655460 or 6075561. OLE color: 6075561.

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

Color convert

RGB 169 180 92 -
CMYK 0.06 0 0.49 0.29
HSL 67.5º 0.37% 0.53% -
HSV(B) 67.5º 0.49% 0.71% -
XYZ 34.62 41.85 16.38 -
YUV 166.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 169 180 92 0.06 0 0.49 0.29 67.5 0.37 0.53
Hex A9 B4 5C 6 0 31 1D 44 25 35
Octal 251 264 134 6 0 61 35 104 45 65
Binary 10101001 10110100 1011100 110 0 110001 11101 1000100 100101 110101

Color Harmonies of #A9B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B45C

Black with #A9B45C

Text Example


Text Example

White with #A9B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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