Html Css Color HEX #AABC65 Olive Green

📋 copy color: '#AABC65'

red 170 ◦ green 188 ◦ blue 101

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

Shades of Olive Green #AABC65

Tints of Olive Green #AABC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 37.04%
G = 40.96%
B = 22%

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

#AABC65 (or 0xAABC65) is known color: Olive Green. HEX triplet: AA, BC and 65. RGB value is (170,188,101). Sum of RGB (Red+Green+Blue) = 170+188+101=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC65 is #55439A. Grayscale: #ADADAD. Windows color (decimal): -5587867 or 6667434. OLE color: 6667434.

HSL color Cylindrical-coordinate representation of color #AABC65: hue angle of 72.41º 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 #AABC65 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 101 -
CMYK 0.10 0 0.46 0.26
HSL 72.41º 0.39% 0.57% -
HSV(B) 72.41º 0.46% 0.74% -
XYZ 36.91 45.45 19.14 -
YUV 172.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 170 188 101 0.10 0 0.46 0.26 72.41 0.39 0.57
Hex AA BC 65 A 0 2E 1A 48 27 39
Octal 252 274 145 12 0 56 32 110 47 71
Binary 10101010 10111100 1100101 1010 0 101110 11010 1001000 100111 111001

Color Harmonies of #AABC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC65

Black with #AABC65

Text Example


Text Example

White with #AABC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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