Html Css Color HEX #AABC60 Olive Green

📋 copy color: '#AABC60'

red 170 ◦ green 188 ◦ blue 96

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

Shades of Olive Green #AABC60

Tints of Olive Green #AABC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 37.44%
G = 41.41%
B = 21.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#AABC60 (or 0xAABC60) is known color: Olive Green. HEX triplet: AA, BC and 60. RGB value is (170,188,96). Sum of RGB (Red+Green+Blue) = 170+188+96=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC60 is #55439F. Grayscale: #ACACAC. Windows color (decimal): -5587872 or 6339754. OLE color: 6339754.

HSL color Cylindrical-coordinate representation of color #AABC60: hue angle of 71.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AABC60 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 96 -
CMYK 0.10 0 0.49 0.26
HSL 71.74º 0.41% 0.56% -
HSV(B) 71.74º 0.49% 0.74% -
XYZ 36.67 45.36 17.89 -
YUV 172.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 170 188 96 0.10 0 0.49 0.26 71.74 0.41 0.56
Hex AA BC 60 A 0 31 1A 48 29 38
Octal 252 274 140 12 0 61 32 110 51 70
Binary 10101010 10111100 1100000 1010 0 110001 11010 1001000 101001 111000

Color Harmonies of #AABC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC60

Black with #AABC60

Text Example


Text Example

White with #AABC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC60; }

 p { color: rgb(170,188,96); }

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

background-color css

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

 a { background-color: rgb(170,188,96); }

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

border-color css

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

 span { border-color: rgb(170,188,96); }

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