Html Css Color HEX #AAB35A Olive Green

📋 copy color: '#AAB35A'

red 170 ◦ green 179 ◦ blue 90

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

Shades of Olive Green #AAB35A

Tints of Olive Green #AAB35A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 38.72%
G = 40.77%
B = 20.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#AAB35A (or 0xAAB35A) is known color: Olive Green. HEX triplet: AA, B3 and 5A. RGB value is (170,179,90). Sum of RGB (Red+Green+Blue) = 170+179+90=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35A is #554CA5. Grayscale: #A6A6A6. Windows color (decimal): -5590182 or 5944234. OLE color: 5944234.

HSL color Cylindrical-coordinate representation of color #AAB35A: hue angle of 66.07º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB35A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 90 -
CMYK 0.05 0 0.50 0.30
HSL 66.07º 0.37% 0.53% -
HSV(B) 66.07º 0.5% 0.7% -
XYZ 34.54 41.52 15.87 -
YUV 166.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 170 179 90 0.05 0 0.50 0.30 66.07 0.37 0.53
Hex AA B3 5A 5 0 32 1E 42 25 35
Octal 252 263 132 5 0 62 36 102 45 65
Binary 10101010 10110011 1011010 101 0 110010 11110 1000010 100101 110101

Color Harmonies of #AAB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB35A

Black with #AAB35A

Text Example


Text Example

White with #AAB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB35A; }

 p { color: rgb(170,179,90); }

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

background-color css

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

 a { background-color: rgb(170,179,90); }

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

border-color css

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

 span { border-color: rgb(170,179,90); }

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