Shades of Wild Willow #AFC65B
Tints of Wild Willow #AFC65B
RGB
CMYK
RGB Variations
Color information
#AFC65B (or 0xAFC65B) is known color: Wild Willow. HEX triplet: AF, C6 and 5B. RGB value is (175,198,91). Sum of RGB (Red+Green+Blue) = 175+198+91=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC65B is #5039A4. Grayscale: #B3B3B3. Windows color (decimal): -5257637 or 6014639. OLE color: 6014639.
HSL color Cylindrical-coordinate representation of color #AFC65B: hue angle of 72.9º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC65B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 91 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.22 |
| HSL | 72.9º | 0.48% | 0.57% | - |
| HSV(B) | 72.9º | 0.54% | 0.78% | - |
| XYZ | 39.76 | 50.26 | 17.5 | - |
| YUV | 178.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 91 | 0.12 | 0 | 0.54 | 0.22 | 72.9 | 0.48 | 0.57 |
| Hex | AF | C6 | 5B | C | 0 | 36 | 16 | 49 | 30 | 39 |
| Octal | 257 | 306 | 133 | 14 | 0 | 66 | 26 | 111 | 60 | 71 |
| Binary | 10101111 | 11000110 | 1011011 | 1100 | 0 | 110110 | 10110 | 1001001 | 110000 | 111001 |
Color Harmonies of #AFC65B
Complementary color
Monochromatic Colors of #AFC65B
Black with #AFC65B
Text Example
Text Example
White with #AFC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC65B; }
p { color: rgb(175,198,91); }
H1.HeaderClassName
{
color: #AFC65B;
}
.AnyTagClassName
{
color: #AFC65B;
}
</style>
background-color css
<style>
a { background-color: #AFC65B; }
a { background-color: rgb(175,198,91); }
div.DivClassName
{
background-color: #AFC65B;
}
.BgClassName
{
background-color: #AFC65B;
}
</style>
border-color css
<style>
span { border-color: #AFC65B; }
span { border-color: rgb(175,198,91); }
td.TdClassName
{
border-color: #AFC65B;
}
.TagClassName
{
border-color: #AFC65B;
}
</style>