Shades of Wild Willow #C5C76B
Tints of Wild Willow #C5C76B
RGB
CMYK
RGB Variations
Color information
#C5C76B (or 0xC5C76B) is known color: Wild Willow. HEX triplet: C5, C7 and 6B. RGB value is (197,199,107). Sum of RGB (Red+Green+Blue) = 197+199+107=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C76B is #3A3894. Grayscale: #BCBCBC. Windows color (decimal): -3815573 or 7063493. OLE color: 7063493.
HSL color Cylindrical-coordinate representation of color #C5C76B: hue angle of 61.3º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5C76B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 107 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.22 |
| HSL | 61.3º | 0.45% | 0.6% | - |
| HSV(B) | 61.3º | 0.46% | 0.78% | - |
| XYZ | 46.1 | 53.78 | 21.86 | - |
| YUV | 187.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 107 | 0.01 | 0 | 0.46 | 0.22 | 61.3 | 0.45 | 0.6 |
| Hex | C5 | C7 | 6B | 1 | 0 | 2E | 16 | 3D | 2D | 3C |
| Octal | 305 | 307 | 153 | 1 | 0 | 56 | 26 | 75 | 55 | 74 |
| Binary | 11000101 | 11000111 | 1101011 | 1 | 0 | 101110 | 10110 | 111101 | 101101 | 111100 |
Color Harmonies of #C5C76B
Complementary color
Monochromatic Colors of #C5C76B
Black with #C5C76B
Text Example
Text Example
White with #C5C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C76B; }
p { color: rgb(197,199,107); }
H1.HeaderClassName
{
color: #C5C76B;
}
.AnyTagClassName
{
color: #C5C76B;
}
</style>
background-color css
<style>
a { background-color: #C5C76B; }
a { background-color: rgb(197,199,107); }
div.DivClassName
{
background-color: #C5C76B;
}
.BgClassName
{
background-color: #C5C76B;
}
</style>
border-color css
<style>
span { border-color: #C5C76B; }
span { border-color: rgb(197,199,107); }
td.TdClassName
{
border-color: #C5C76B;
}
.TagClassName
{
border-color: #C5C76B;
}
</style>