Html Css Color HEX #AAB45C Olive Green

📋 copy color: '#AAB45C'

red 170 ◦ green 180 ◦ blue 92

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

Shades of Olive Green #AAB45C

Tints of Olive Green #AAB45C

RGB

 RED value IS 170 (66.8% from 255) = 38.46%

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

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

R = 38.46%
G = 40.72%
B = 20.81%

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

#AAB45C (or 0xAAB45C) is known color: Olive Green. HEX triplet: AA, B4 and 5C. RGB value is (170,180,92). Sum of RGB (Red+Green+Blue) = 170+180+92=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45C is #554BA3. Grayscale: #A7A7A7. Windows color (decimal): -5589924 or 6075562. OLE color: 6075562.

HSL color Cylindrical-coordinate representation of color #AAB45C: hue angle of 66.82º 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 #AAB45C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 92 -
CMYK 0.06 0 0.49 0.29
HSL 66.82º 0.37% 0.53% -
HSV(B) 66.82º 0.49% 0.71% -
XYZ 34.83 41.96 16.39 -
YUV 166.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 170 180 92 0.06 0 0.49 0.29 66.82 0.37 0.53
Hex AA B4 5C 6 0 31 1D 43 25 35
Octal 252 264 134 6 0 61 35 103 45 65
Binary 10101010 10110100 1011100 110 0 110001 11101 1000011 100101 110101

Color Harmonies of #AAB45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB45C

Black with #AAB45C

Text Example


Text Example

White with #AAB45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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