Html Css Color HEX #AABA5D Olive Green

📋 copy color: '#AABA5D'

red 170 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #AABA5D

Tints of Olive Green #AABA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 37.86%
G = 41.43%
B = 20.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#AABA5D (or 0xAABA5D) is known color: Olive Green. HEX triplet: AA, BA and 5D. RGB value is (170,186,93). Sum of RGB (Red+Green+Blue) = 170+186+93=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA5D is #5545A2. Grayscale: #AAAAAA. Windows color (decimal): -5588387 or 6142634. OLE color: 6142634.

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

Color convert

RGB 170 186 93 -
CMYK 0.09 0 0.5 0.27
HSL 70.32º 0.4% 0.55% -
HSV(B) 70.32º 0.5% 0.73% -
XYZ 36.11 44.45 17.03 -
YUV 170.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 170 186 93 0.09 0 0.5 0.27 70.32 0.4 0.55
Hex AA BA 5D 9 0 32 1B 46 28 37
Octal 252 272 135 11 0 62 33 106 50 67
Binary 10101010 10111010 1011101 1001 0 110010 11011 1000110 101000 110111

Color Harmonies of #AABA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA5D

Black with #AABA5D

Text Example


Text Example

White with #AABA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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