Shades of Wild Willow #AFC95B
Tints of Wild Willow #AFC95B
RGB
CMYK
RGB Variations
Color information
#AFC95B (or 0xAFC95B) is known color: Wild Willow. HEX triplet: AF, C9 and 5B. RGB value is (175,201,91). Sum of RGB (Red+Green+Blue) = 175+201+91=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95B is #5036A4. Grayscale: #B5B5B5. Windows color (decimal): -5256869 or 6015407. OLE color: 6015407.
HSL color Cylindrical-coordinate representation of color #AFC95B: hue angle of 74.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC95B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 91 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.21 |
| HSL | 74.18º | 0.5% | 0.57% | - |
| HSV(B) | 74.18º | 0.55% | 0.79% | - |
| XYZ | 40.45 | 51.64 | 17.73 | - |
| YUV | 180.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 91 | 0.13 | 0 | 0.55 | 0.21 | 74.18 | 0.5 | 0.57 |
| Hex | AF | C9 | 5B | D | 0 | 37 | 15 | 4A | 32 | 39 |
| Octal | 257 | 311 | 133 | 15 | 0 | 67 | 25 | 112 | 62 | 71 |
| Binary | 10101111 | 11001001 | 1011011 | 1101 | 0 | 110111 | 10101 | 1001010 | 110010 | 111001 |
Color Harmonies of #AFC95B
Complementary color
Monochromatic Colors of #AFC95B
Black with #AFC95B
Text Example
Text Example
White with #AFC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC95B; }
p { color: rgb(175,201,91); }
H1.HeaderClassName
{
color: #AFC95B;
}
.AnyTagClassName
{
color: #AFC95B;
}
</style>
background-color css
<style>
a { background-color: #AFC95B; }
a { background-color: rgb(175,201,91); }
div.DivClassName
{
background-color: #AFC95B;
}
.BgClassName
{
background-color: #AFC95B;
}
</style>
border-color css
<style>
span { border-color: #AFC95B; }
span { border-color: rgb(175,201,91); }
td.TdClassName
{
border-color: #AFC95B;
}
.TagClassName
{
border-color: #AFC95B;
}
</style>