Html Css Color HEX #AAAB4E Olive Green

📋 copy color: '#AAAB4E'

red 170 ◦ green 171 ◦ blue 78

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

Shades of Olive Green #AAAB4E

Tints of Olive Green #AAAB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 78 (30.86% from 255) = 18.62%

R = 40.57%
G = 40.81%
B = 18.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAAB4E (or 0xAAAB4E) is known color: Olive Green. HEX triplet: AA, AB and 4E. RGB value is (170,171,78). Sum of RGB (Red+Green+Blue) = 170+171+78=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB4E is #5554B1. Grayscale: #A0A0A0. Windows color (decimal): -5592242 or 5155754. OLE color: 5155754.

HSL color Cylindrical-coordinate representation of color #AAAB4E: hue angle of 60.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAAB4E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 78 -
CMYK 0.01 0 0.54 0.33
HSL 60.65º 0.37% 0.49% -
HSV(B) 60.65º 0.54% 0.67% -
XYZ 32.52 38.22 12.87 -
YUV 160.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 170 171 78 0.01 0 0.54 0.33 60.65 0.37 0.49
Hex AA AB 4E 1 0 36 21 3D 25 31
Octal 252 253 116 1 0 66 41 75 45 61
Binary 10101010 10101011 1001110 1 0 110110 100001 111101 100101 110001

Color Harmonies of #AAAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB4E

Black with #AAAB4E

Text Example


Text Example

White with #AAAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB4E; }

 p { color: rgb(170,171,78); }

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

background-color css

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

 a { background-color: rgb(170,171,78); }

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

border-color css

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

 span { border-color: rgb(170,171,78); }

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