Html Css Color HEX #AABA62 Olive Green

📋 copy color: '#AABA62'

red 170 ◦ green 186 ◦ blue 98

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

Shades of Olive Green #AABA62

Tints of Olive Green #AABA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 37.44%
G = 40.97%
B = 21.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AABA62 (or 0xAABA62) is known color: Olive Green. HEX triplet: AA, BA and 62. RGB value is (170,186,98). Sum of RGB (Red+Green+Blue) = 170+186+98=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA62 is #55459D. Grayscale: #ABABAB. Windows color (decimal): -5588382 or 6470314. OLE color: 6470314.

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

Color convert

RGB 170 186 98 -
CMYK 0.09 0 0.47 0.27
HSL 70.91º 0.39% 0.56% -
HSV(B) 70.91º 0.47% 0.73% -
XYZ 36.34 44.55 18.24 -
YUV 171.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 170 186 98 0.09 0 0.47 0.27 70.91 0.39 0.56
Hex AA BA 62 9 0 2F 1B 47 27 38
Octal 252 272 142 11 0 57 33 107 47 70
Binary 10101010 10111010 1100010 1001 0 101111 11011 1000111 100111 111000

Color Harmonies of #AABA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA62

Black with #AABA62

Text Example


Text Example

White with #AABA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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