#AFC959

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

Shades of Wild Willow #AFC959

Tints of Wild Willow #AFC959

Color information

#AFC959 (or 0xAFC959) is unknown color: approx Wild Willow. HEX triplet: AF, C9 and 59. RGB value is (175,201,89). Sum of RGB (Red+Green+Blue) = 175+201+89=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC959 is #5036A6. Grayscale: #B4B4B4. Windows color (decimal): -5256871 or 5884335. OLE color: 5884335.

HSL color Cylindrical-coordinate representation of color #AFC959: hue angle of 73.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFC959 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB17520189-
CMYK0.1300.560.21
HSL73.93º50.91%56.86%-
HSV(B)73.93º55.72%78.82%-
XYZ40.3751.6117.28-
YUV180.4676.39124.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=37.63%
G=43.23%
B=19.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175201890.1300.560.2173.9350.9156.86
HexAFC959D038154a3339
Octal25731113115070251126371
Binary1010111111001001101100111010111000101011001010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC959; }

 p { color: rgb(175,201,89); }

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

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

 a { background-color: rgb(175,201,89); }

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

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

 span { border-color: rgb(175,201,89); }

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