#AFC967

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

Shades of Wild Willow #AFC967

Tints of Wild Willow #AFC967

Color information

#AFC967 (or 0xAFC967) is unknown color: approx Wild Willow. HEX triplet: AF, C9 and 67. RGB value is (175,201,103). Sum of RGB (Red+Green+Blue) = 175+201+103=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC967 is #503698. Grayscale: #B6B6B6. Windows color (decimal): -5256857 or 6801839. OLE color: 6801839.

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

Color convert

RGB175201103-
CMYK0.1300.490.21
HSL75.92º47.57%59.61%-
HSV(B)75.92º48.76%78.82%-
XYZ41.0151.8720.68-
YUV182.0583.39122.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=36.53%
G=41.96%
B=21.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011030.1300.490.2175.9247.5759.61
HexAFC967D031154c303c
Octal25731114715061251146074
Binary1010111111001001110011111010110001101011001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC967; }

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

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

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

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

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

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

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

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