Html Css Color HEX #AABA5E Olive Green

📋 copy color: '#AABA5E'

red 170 ◦ green 186 ◦ blue 94

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

Shades of Olive Green #AABA5E

Tints of Olive Green #AABA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

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

R = 37.78%
G = 41.33%
B = 20.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#AABA5E (or 0xAABA5E) is known color: Olive Green. HEX triplet: AA, BA and 5E. RGB value is (170,186,94). Sum of RGB (Red+Green+Blue) = 170+186+94=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA5E is #5545A1. Grayscale: #ABABAB. Windows color (decimal): -5588386 or 6208170. OLE color: 6208170.

HSL color Cylindrical-coordinate representation of color #AABA5E: hue angle of 70.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AABA5E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 94 -
CMYK 0.09 0 0.49 0.27
HSL 70.43º 0.4% 0.55% -
HSV(B) 70.43º 0.49% 0.73% -
XYZ 36.16 44.47 17.27 -
YUV 170.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 170 186 94 0.09 0 0.49 0.27 70.43 0.4 0.55
Hex AA BA 5E 9 0 31 1B 46 28 37
Octal 252 272 136 11 0 61 33 106 50 67
Binary 10101010 10111010 1011110 1001 0 110001 11011 1000110 101000 110111

Color Harmonies of #AABA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA5E

Black with #AABA5E

Text Example


Text Example

White with #AABA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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