Html Css Color HEX #AABC66 Olive Green

📋 copy color: '#AABC66'

red 170 ◦ green 188 ◦ blue 102

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

Shades of Olive Green #AABC66

Tints of Olive Green #AABC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 36.96%
G = 40.87%
B = 22.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#AABC66 (or 0xAABC66) is known color: Olive Green. HEX triplet: AA, BC and 66. RGB value is (170,188,102). Sum of RGB (Red+Green+Blue) = 170+188+102=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC66 is #554399. Grayscale: #ADADAD. Windows color (decimal): -5587866 or 6732970. OLE color: 6732970.

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

Color convert

RGB 170 188 102 -
CMYK 0.10 0 0.46 0.26
HSL 72.56º 0.39% 0.57% -
HSV(B) 72.56º 0.46% 0.74% -
XYZ 36.96 45.47 19.4 -
YUV 172.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 170 188 102 0.10 0 0.46 0.26 72.56 0.39 0.57
Hex AA BC 66 A 0 2E 1A 49 27 39
Octal 252 274 146 12 0 56 32 111 47 71
Binary 10101010 10111100 1100110 1010 0 101110 11010 1001001 100111 111001

Color Harmonies of #AABC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC66

Black with #AABC66

Text Example


Text Example

White with #AABC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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