Shades of Wild Willow #CBD656
Tints of Wild Willow #CBD656
RGB
CMYK
RGB Variations
Color information
#CBD656 (or 0xCBD656) is known color: Wild Willow. HEX triplet: CB, D6 and 56. RGB value is (203,214,86). Sum of RGB (Red+Green+Blue) = 203+214+86=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD656 is #3429A9. Grayscale: #C4C4C4. Windows color (decimal): -3418538 or 5691083. OLE color: 5691083.
HSL color Cylindrical-coordinate representation of color #CBD656: hue angle of 65.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBD656 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 86 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.16 |
| HSL | 65.16º | 0.61% | 0.59% | - |
| HSV(B) | 65.16º | 0.6% | 0.84% | - |
| XYZ | 50.35 | 61.46 | 18.01 | - |
| YUV | 196.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 86 | 0.05 | 0 | 0.60 | 0.16 | 65.16 | 0.61 | 0.59 |
| Hex | CB | D6 | 56 | 5 | 0 | 3C | 10 | 41 | 3D | 3B |
| Octal | 313 | 326 | 126 | 5 | 0 | 74 | 20 | 101 | 75 | 73 |
| Binary | 11001011 | 11010110 | 1010110 | 101 | 0 | 111100 | 10000 | 1000001 | 111101 | 111011 |
Color Harmonies of #CBD656
Complementary color
Monochromatic Colors of #CBD656
Black with #CBD656
Text Example
Text Example
White with #CBD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD656; }
p { color: rgb(203,214,86); }
H1.HeaderClassName
{
color: #CBD656;
}
.AnyTagClassName
{
color: #CBD656;
}
</style>
background-color css
<style>
a { background-color: #CBD656; }
a { background-color: rgb(203,214,86); }
div.DivClassName
{
background-color: #CBD656;
}
.BgClassName
{
background-color: #CBD656;
}
</style>
border-color css
<style>
span { border-color: #CBD656; }
span { border-color: rgb(203,214,86); }
td.TdClassName
{
border-color: #CBD656;
}
.TagClassName
{
border-color: #CBD656;
}
</style>