Html Css Color HEX #AAB360 Olive Green

📋 copy color: '#AAB360'

red 170 ◦ green 179 ◦ blue 96

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

Shades of Olive Green #AAB360

Tints of Olive Green #AAB360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

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

R = 38.2%
G = 40.22%
B = 21.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#AAB360 (or 0xAAB360) is known color: Olive Green. HEX triplet: AA, B3 and 60. RGB value is (170,179,96). Sum of RGB (Red+Green+Blue) = 170+179+96=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB360 is #554C9F. Grayscale: #A7A7A7. Windows color (decimal): -5590176 or 6337450. OLE color: 6337450.

HSL color Cylindrical-coordinate representation of color #AAB360: hue angle of 66.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB360 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 96 -
CMYK 0.05 0 0.46 0.30
HSL 66.51º 0.35% 0.54% -
HSV(B) 66.51º 0.46% 0.7% -
XYZ 34.81 41.63 17.27 -
YUV 166.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 170 179 96 0.05 0 0.46 0.30 66.51 0.35 0.54
Hex AA B3 60 5 0 2E 1E 43 23 36
Octal 252 263 140 5 0 56 36 103 43 66
Binary 10101010 10110011 1100000 101 0 101110 11110 1000011 100011 110110

Color Harmonies of #AAB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB360

Black with #AAB360

Text Example


Text Example

White with #AAB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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