Html Css Color HEX #AAB657 Olive Green

📋 copy color: '#AAB657'

red 170 ◦ green 182 ◦ blue 87

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

Shades of Olive Green #AAB657

Tints of Olive Green #AAB657

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.46%

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

R = 38.72%
G = 41.46%
B = 19.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#AAB657 (or 0xAAB657) is known color: Olive Green. HEX triplet: AA, B6 and 57. RGB value is (170,182,87). Sum of RGB (Red+Green+Blue) = 170+182+87=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB657 is #5549A8. Grayscale: #A7A7A7. Windows color (decimal): -5589417 or 5748394. OLE color: 5748394.

HSL color Cylindrical-coordinate representation of color #AAB657: hue angle of 67.58º 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 #AAB657 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 87 -
CMYK 0.07 0 0.52 0.29
HSL 67.58º 0.39% 0.53% -
HSV(B) 67.58º 0.52% 0.71% -
XYZ 35.03 42.69 15.41 -
YUV 167.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 170 182 87 0.07 0 0.52 0.29 67.58 0.39 0.53
Hex AA B6 57 7 0 34 1D 44 27 35
Octal 252 266 127 7 0 64 35 104 47 65
Binary 10101010 10110110 1010111 111 0 110100 11101 1000100 100111 110101

Color Harmonies of #AAB657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB657

Black with #AAB657

Text Example


Text Example

White with #AAB657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB657; }

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

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

background-color css

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

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

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

border-color css

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

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

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