Html Css Color HEX #AAB059 Olive Green

📋 copy color: '#AAB059'

red 170 ◦ green 176 ◦ blue 89

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

Shades of Olive Green #AAB059

Tints of Olive Green #AAB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 39.08%
G = 40.46%
B = 20.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AAB059 (or 0xAAB059) is known color: Olive Green. HEX triplet: AA, B0 and 59. RGB value is (170,176,89). Sum of RGB (Red+Green+Blue) = 170+176+89=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB059 is #554FA6. Grayscale: #A4A4A4. Windows color (decimal): -5590951 or 5877930. OLE color: 5877930.

HSL color Cylindrical-coordinate representation of color #AAB059: hue angle of 64.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB059 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 89 -
CMYK 0.03 0 0.49 0.31
HSL 64.14º 0.36% 0.52% -
HSV(B) 64.14º 0.49% 0.69% -
XYZ 33.91 40.32 15.45 -
YUV 164.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 170 176 89 0.03 0 0.49 0.31 64.14 0.36 0.52
Hex AA B0 59 3 0 31 1F 40 24 34
Octal 252 260 131 3 0 61 37 100 44 64
Binary 10101010 10110000 1011001 11 0 110001 11111 1000000 100100 110100

Color Harmonies of #AAB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB059

Black with #AAB059

Text Example


Text Example

White with #AAB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB059; }

 p { color: rgb(170,176,89); }

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

background-color css

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

 a { background-color: rgb(170,176,89); }

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

border-color css

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

 span { border-color: rgb(170,176,89); }

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