Html Css Color HEX #AAB563 Olive Green

📋 copy color: '#AAB563'

red 170 ◦ green 181 ◦ blue 99

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

Shades of Olive Green #AAB563

Tints of Olive Green #AAB563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 37.78%
G = 40.22%
B = 22%

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

#AAB563 (or 0xAAB563) is known color: Olive Green. HEX triplet: AA, B5 and 63. RGB value is (170,181,99). Sum of RGB (Red+Green+Blue) = 170+181+99=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB563 is #554A9C. Grayscale: #A8A8A8. Windows color (decimal): -5589661 or 6534570. OLE color: 6534570.

HSL color Cylindrical-coordinate representation of color #AAB563: hue angle of 68.05º degrees, saturation: 0.36, 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 #AAB563 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 99 -
CMYK 0.06 0 0.45 0.29
HSL 68.05º 0.36% 0.55% -
HSV(B) 68.05º 0.45% 0.71% -
XYZ 35.35 42.49 18.14 -
YUV 168.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 170 181 99 0.06 0 0.45 0.29 68.05 0.36 0.55
Hex AA B5 63 6 0 2D 1D 44 24 37
Octal 252 265 143 6 0 55 35 104 44 67
Binary 10101010 10110101 1100011 110 0 101101 11101 1000100 100100 110111

Color Harmonies of #AAB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB563

Black with #AAB563

Text Example


Text Example

White with #AAB563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB563; }

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

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

background-color css

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

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

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

border-color css

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

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

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