Shades of Wild Willow #C6CB4F
Tints of Wild Willow #C6CB4F
RGB
CMYK
RGB Variations
Color information
#C6CB4F (or 0xC6CB4F) is known color: Wild Willow. HEX triplet: C6, CB and 4F. RGB value is (198,203,79). Sum of RGB (Red+Green+Blue) = 198+203+79=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CB4F is #3934B0. Grayscale: #BBBBBB. Windows color (decimal): -3749041 or 5229510. OLE color: 5229510.
HSL color Cylindrical-coordinate representation of color #C6CB4F: hue angle of 62.42º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6CB4F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 79 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.20 |
| HSL | 62.42º | 0.54% | 0.55% | - |
| HSV(B) | 62.42º | 0.61% | 0.8% | - |
| XYZ | 46.06 | 55.28 | 15.64 | - |
| YUV | 187.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 79 | 0.02 | 0 | 0.61 | 0.20 | 62.42 | 0.54 | 0.55 |
| Hex | C6 | CB | 4F | 2 | 0 | 3D | 14 | 3E | 36 | 37 |
| Octal | 306 | 313 | 117 | 2 | 0 | 75 | 24 | 76 | 66 | 67 |
| Binary | 11000110 | 11001011 | 1001111 | 10 | 0 | 111101 | 10100 | 111110 | 110110 | 110111 |
Color Harmonies of #C6CB4F
Complementary color
Monochromatic Colors of #C6CB4F
Black with #C6CB4F
Text Example
Text Example
White with #C6CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB4F; }
p { color: rgb(198,203,79); }
H1.HeaderClassName
{
color: #C6CB4F;
}
.AnyTagClassName
{
color: #C6CB4F;
}
</style>
background-color css
<style>
a { background-color: #C6CB4F; }
a { background-color: rgb(198,203,79); }
div.DivClassName
{
background-color: #C6CB4F;
}
.BgClassName
{
background-color: #C6CB4F;
}
</style>
border-color css
<style>
span { border-color: #C6CB4F; }
span { border-color: rgb(198,203,79); }
td.TdClassName
{
border-color: #C6CB4F;
}
.TagClassName
{
border-color: #C6CB4F;
}
</style>