Html Css Color HEX #AAB260 Olive Green

📋 copy color: '#AAB260'

red 170 ◦ green 178 ◦ blue 96

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

Shades of Olive Green #AAB260

Tints of Olive Green #AAB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 38.29%
G = 40.09%
B = 21.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#AAB260 (or 0xAAB260) is known color: Olive Green. HEX triplet: AA, B2 and 60. RGB value is (170,178,96). Sum of RGB (Red+Green+Blue) = 170+178+96=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB260 is #554D9F. Grayscale: #A6A6A6. Windows color (decimal): -5590432 or 6337194. OLE color: 6337194.

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

Color convert

RGB 170 178 96 -
CMYK 0.04 0 0.46 0.30
HSL 65.85º 0.35% 0.54% -
HSV(B) 65.85º 0.46% 0.7% -
XYZ 34.61 41.23 17.2 -
YUV 166.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 170 178 96 0.04 0 0.46 0.30 65.85 0.35 0.54
Hex AA B2 60 4 0 2E 1E 42 23 36
Octal 252 262 140 4 0 56 36 102 43 66
Binary 10101010 10110010 1100000 100 0 101110 11110 1000010 100011 110110

Color Harmonies of #AAB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB260

Black with #AAB260

Text Example


Text Example

White with #AAB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB260; }

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

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

background-color css

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

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

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

border-color css

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

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

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