Html Css Color HEX #AAB463 Olive Green

📋 copy color: '#AAB463'

red 170 ◦ green 180 ◦ blue 99

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

Shades of Olive Green #AAB463

Tints of Olive Green #AAB463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 37.86%
G = 40.09%
B = 22.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#AAB463 (or 0xAAB463) is known color: Olive Green. HEX triplet: AA, B4 and 63. RGB value is (170,180,99). Sum of RGB (Red+Green+Blue) = 170+180+99=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB463 is #554B9C. Grayscale: #A8A8A8. Windows color (decimal): -5589917 or 6534314. OLE color: 6534314.

HSL color Cylindrical-coordinate representation of color #AAB463: hue angle of 67.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB463 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 99 -
CMYK 0.06 0 0.45 0.29
HSL 67.41º 0.35% 0.55% -
HSV(B) 67.41º 0.45% 0.71% -
XYZ 35.15 42.09 18.08 -
YUV 167.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 170 180 99 0.06 0 0.45 0.29 67.41 0.35 0.55
Hex AA B4 63 6 0 2D 1D 43 23 37
Octal 252 264 143 6 0 55 35 103 43 67
Binary 10101010 10110100 1100011 110 0 101101 11101 1000011 100011 110111

Color Harmonies of #AAB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB463

Black with #AAB463

Text Example


Text Example

White with #AAB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB463; }

 p { color: rgb(170,180,99); }

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

background-color css

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

 a { background-color: rgb(170,180,99); }

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

border-color css

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

 span { border-color: rgb(170,180,99); }

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