#AABF67

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

Shades of Wild Willow #AABF67

Tints of Wild Willow #AABF67

Color information

#AABF67 (or 0xAABF67) is unknown color: approx Wild Willow. HEX triplet: AA, BF and 67. RGB value is (170,191,103). Sum of RGB (Red+Green+Blue) = 170+191+103=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF67 is #554098. Grayscale: #AFAFAF. Windows color (decimal): -5587097 or 6799274. OLE color: 6799274.

HSL color Cylindrical-coordinate representation of color #AABF67: hue angle of 74.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AABF67 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB170191103-
CMYK0.1100.460.25
HSL74.32º40.74%57.65%-
HSV(B)74.32º46.07%74.9%-
XYZ37.6646.7919.88-
YUV174.6987.54124.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=36.64%
G=41.16%
B=22.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911030.1100.460.2574.3240.7457.65
HexAABF67B02E194a293a
Octal25227714713056311125172
Binary1010101010111111110011110110101110110011001010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF67; }

 p { color: rgb(170,191,103); }

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

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

 a { background-color: rgb(170,191,103); }

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

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

 span { border-color: rgb(170,191,103); }

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