Html Css Color HEX #AABC62 Olive Green

📋 copy color: '#AABC62'

red 170 ◦ green 188 ◦ blue 98

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

Shades of Olive Green #AABC62

Tints of Olive Green #AABC62

RGB

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

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

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

R = 37.28%
G = 41.23%
B = 21.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#AABC62 (or 0xAABC62) is known color: Olive Green. HEX triplet: AA, BC and 62. RGB value is (170,188,98). Sum of RGB (Red+Green+Blue) = 170+188+98=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC62 is #55439D. Grayscale: #ACACAC. Windows color (decimal): -5587870 or 6470826. OLE color: 6470826.

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

Color convert

RGB 170 188 98 -
CMYK 0.10 0 0.48 0.26
HSL 72º 0.4% 0.56% -
HSV(B) 72º 0.48% 0.74% -
XYZ 36.77 45.39 18.38 -
YUV 172.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 170 188 98 0.10 0 0.48 0.26 72 0.4 0.56
Hex AA BC 62 A 0 30 1A 48 28 38
Octal 252 274 142 12 0 60 32 110 50 70
Binary 10101010 10111100 1100010 1010 0 110000 11010 1001000 101000 111000

Color Harmonies of #AABC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC62

Black with #AABC62

Text Example


Text Example

White with #AABC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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