#AFC962

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

Shades of Wild Willow #AFC962

Tints of Wild Willow #AFC962

Color information

#AFC962 (or 0xAFC962) is unknown color: approx Wild Willow. HEX triplet: AF, C9 and 62. RGB value is (175,201,98). Sum of RGB (Red+Green+Blue) = 175+201+98=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC962 is #50369D. Grayscale: #B5B5B5. Windows color (decimal): -5256862 or 6474159. OLE color: 6474159.

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

Color convert

RGB17520198-
CMYK0.1300.510.21
HSL75.15º48.82%58.63%-
HSV(B)75.15º51.24%78.82%-
XYZ40.7751.7719.4-
YUV181.4880.89123.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=36.92%
G=42.41%
B=20.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175201980.1300.510.2175.1548.8258.63
HexAFC962D033154b313b
Octal25731114215063251136173
Binary1010111111001001110001011010110011101011001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC962; }

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

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

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

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

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

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

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

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