Shades of Wild Willow #C6CA6B
Tints of Wild Willow #C6CA6B
RGB
CMYK
RGB Variations
Color information
#C6CA6B (or 0xC6CA6B) is known color: Wild Willow. HEX triplet: C6, CA and 6B. RGB value is (198,202,107). Sum of RGB (Red+Green+Blue) = 198+202+107=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CA6B is #393594. Grayscale: #BEBEBE. Windows color (decimal): -3749269 or 7064262. OLE color: 7064262.
HSL color Cylindrical-coordinate representation of color #C6CA6B: hue angle of 62.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6CA6B is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 107 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.21 |
| HSL | 62.53º | 0.47% | 0.61% | - |
| HSV(B) | 62.53º | 0.47% | 0.79% | - |
| XYZ | 47.06 | 55.31 | 22.11 | - |
| YUV | 189.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 107 | 0.02 | 0 | 0.47 | 0.21 | 62.53 | 0.47 | 0.61 |
| Hex | C6 | CA | 6B | 2 | 0 | 2F | 15 | 3F | 2F | 3D |
| Octal | 306 | 312 | 153 | 2 | 0 | 57 | 25 | 77 | 57 | 75 |
| Binary | 11000110 | 11001010 | 1101011 | 10 | 0 | 101111 | 10101 | 111111 | 101111 | 111101 |
Color Harmonies of #C6CA6B
Complementary color
Monochromatic Colors of #C6CA6B
Black with #C6CA6B
Text Example
Text Example
White with #C6CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA6B; }
p { color: rgb(198,202,107); }
H1.HeaderClassName
{
color: #C6CA6B;
}
.AnyTagClassName
{
color: #C6CA6B;
}
</style>
background-color css
<style>
a { background-color: #C6CA6B; }
a { background-color: rgb(198,202,107); }
div.DivClassName
{
background-color: #C6CA6B;
}
.BgClassName
{
background-color: #C6CA6B;
}
</style>
border-color css
<style>
span { border-color: #C6CA6B; }
span { border-color: rgb(198,202,107); }
td.TdClassName
{
border-color: #C6CA6B;
}
.TagClassName
{
border-color: #C6CA6B;
}
</style>