Html Css Color HEX #AAB557 Olive Green

📋 copy color: '#AAB557'

red 170 ◦ green 181 ◦ blue 87

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

Shades of Olive Green #AAB557

Tints of Olive Green #AAB557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 38.81%
G = 41.32%
B = 19.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#AAB557 (or 0xAAB557) is known color: Olive Green. HEX triplet: AA, B5 and 57. RGB value is (170,181,87). Sum of RGB (Red+Green+Blue) = 170+181+87=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB557 is #554AA8. Grayscale: #A7A7A7. Windows color (decimal): -5589673 or 5748138. OLE color: 5748138.

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

Color convert

RGB 170 181 87 -
CMYK 0.06 0 0.52 0.29
HSL 67.02º 0.39% 0.53% -
HSV(B) 67.02º 0.52% 0.71% -
XYZ 34.82 42.28 15.34 -
YUV 167 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 170 181 87 0.06 0 0.52 0.29 67.02 0.39 0.53
Hex AA B5 57 6 0 34 1D 43 27 35
Octal 252 265 127 6 0 64 35 103 47 65
Binary 10101010 10110101 1010111 110 0 110100 11101 1000011 100111 110101

Color Harmonies of #AAB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB557

Black with #AAB557

Text Example


Text Example

White with #AAB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB557; }

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

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

background-color css

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

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

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

border-color css

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

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

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