Html Css Color HEX #AAB261 Olive Green

📋 copy color: '#AAB261'

red 170 ◦ green 178 ◦ blue 97

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

Shades of Olive Green #AAB261

Tints of Olive Green #AAB261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.8%

R = 38.2%
G = 40%
B = 21.8%

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

#AAB261 (or 0xAAB261) is known color: Olive Green. HEX triplet: AA, B2 and 61. RGB value is (170,178,97). Sum of RGB (Red+Green+Blue) = 170+178+97=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB261 is #554D9E. Grayscale: #A6A6A6. Windows color (decimal): -5590431 or 6402730. OLE color: 6402730.

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

Color convert

RGB 170 178 97 -
CMYK 0.04 0 0.46 0.30
HSL 65.93º 0.34% 0.54% -
HSV(B) 65.93º 0.46% 0.7% -
XYZ 34.66 41.25 17.44 -
YUV 166.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 170 178 97 0.04 0 0.46 0.30 65.93 0.34 0.54
Hex AA B2 61 4 0 2E 1E 42 22 36
Octal 252 262 141 4 0 56 36 102 42 66
Binary 10101010 10110010 1100001 100 0 101110 11110 1000010 100010 110110

Color Harmonies of #AAB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB261

Black with #AAB261

Text Example


Text Example

White with #AAB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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