Html Css Color HEX #AABD65 Wild Willow

📋 copy color: '#AABD65'

red 170 ◦ green 189 ◦ blue 101

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

Shades of Wild Willow #AABD65

Tints of Wild Willow #AABD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 36.96%
G = 41.09%
B = 21.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#AABD65 (or 0xAABD65) is known color: Wild Willow. HEX triplet: AA, BD and 65. RGB value is (170,189,101). Sum of RGB (Red+Green+Blue) = 170+189+101=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD65 is #55429A. Grayscale: #ADADAD. Windows color (decimal): -5587611 or 6667690. OLE color: 6667690.

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

Color convert

RGB 170 189 101 -
CMYK 0.10 0 0.47 0.26
HSL 72.95º 0.4% 0.57% -
HSV(B) 72.95º 0.47% 0.74% -
XYZ 37.12 45.88 19.21 -
YUV 173.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 170 189 101 0.10 0 0.47 0.26 72.95 0.4 0.57
Hex AA BD 65 A 0 2F 1A 49 28 39
Octal 252 275 145 12 0 57 32 111 50 71
Binary 10101010 10111101 1100101 1010 0 101111 11010 1001001 101000 111001

Color Harmonies of #AABD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD65

Black with #AABD65

Text Example


Text Example

White with #AABD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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