Html Css Color HEX #AAB35E Olive Green

📋 copy color: '#AAB35E'

red 170 ◦ green 179 ◦ blue 94

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

Shades of Olive Green #AAB35E

Tints of Olive Green #AAB35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 38.37%
G = 40.41%
B = 21.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#AAB35E (or 0xAAB35E) is known color: Olive Green. HEX triplet: AA, B3 and 5E. RGB value is (170,179,94). Sum of RGB (Red+Green+Blue) = 170+179+94=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35E is #554CA1. Grayscale: #A6A6A6. Windows color (decimal): -5590178 or 6206378. OLE color: 6206378.

HSL color Cylindrical-coordinate representation of color #AAB35E: hue angle of 66.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAB35E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 94 -
CMYK 0.05 0 0.47 0.30
HSL 66.35º 0.36% 0.54% -
HSV(B) 66.35º 0.47% 0.7% -
XYZ 34.72 41.59 16.79 -
YUV 166.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 170 179 94 0.05 0 0.47 0.30 66.35 0.36 0.54
Hex AA B3 5E 5 0 2F 1E 42 24 36
Octal 252 263 136 5 0 57 36 102 44 66
Binary 10101010 10110011 1011110 101 0 101111 11110 1000010 100100 110110

Color Harmonies of #AAB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB35E

Black with #AAB35E

Text Example


Text Example

White with #AAB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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