#AABD62

Color #AABD62 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AABD62

Tints of Wild Willow #AABD62

Color information

#AABD62 (or 0xAABD62) is unknown color: approx Wild Willow. HEX triplet: AA, BD and 62. RGB value is (170,189,98). Sum of RGB (Red+Green+Blue) = 170+189+98=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD62 is #55429D. Grayscale: #ADADAD. Windows color (decimal): -5587614 or 6471082. OLE color: 6471082.

HSL color Cylindrical-coordinate representation of color #AABD62: hue angle of 72.53º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AABD62 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB17018998-
CMYK0.1000.480.26
HSL72.53º40.81%56.27%-
HSV(B)72.53º48.15%74.12%-
XYZ36.9845.8218.45-
YUV172.9485.71125.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=37.20%
G=41.36%
B=21.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189980.1000.480.2672.5340.8156.27
HexAABD62A0301A492938
Octal25227514212060321115170
Binary1010101010111101110001010100110000110101001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD62; }

 p { color: rgb(170,189,98); }

 H1.HeaderClassName
 {
   color: #AABD62;
 }
 .AnyTagClassName
 {
   color: #AABD62;
 }
</style>
background-color css

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

 a { background-color: rgb(170,189,98); }

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

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

 span { border-color: rgb(170,189,98); }

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