Html Css Color HEX #AABA5F Olive Green

📋 copy color: '#AABA5F'

red 170 ◦ green 186 ◦ blue 95

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

Shades of Olive Green #AABA5F

Tints of Olive Green #AABA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 37.69%
G = 41.24%
B = 21.06%

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

#AABA5F (or 0xAABA5F) is known color: Olive Green. HEX triplet: AA, BA and 5F. RGB value is (170,186,95). Sum of RGB (Red+Green+Blue) = 170+186+95=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA5F is #5545A0. Grayscale: #ABABAB. Windows color (decimal): -5588385 or 6273706. OLE color: 6273706.

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

Color convert

RGB 170 186 95 -
CMYK 0.09 0 0.49 0.27
HSL 70.55º 0.4% 0.55% -
HSV(B) 70.55º 0.49% 0.73% -
XYZ 36.2 44.49 17.51 -
YUV 170.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 170 186 95 0.09 0 0.49 0.27 70.55 0.4 0.55
Hex AA BA 5F 9 0 31 1B 47 28 37
Octal 252 272 137 11 0 61 33 107 50 67
Binary 10101010 10111010 1011111 1001 0 110001 11011 1000111 101000 110111

Color Harmonies of #AABA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA5F

Black with #AABA5F

Text Example


Text Example

White with #AABA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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