Shades of Wild Willow #CBD962
Tints of Wild Willow #CBD962
RGB
CMYK
RGB Variations
Color information
#CBD962 (or 0xCBD962) is known color: Wild Willow. HEX triplet: CB, D9 and 62. RGB value is (203,217,98). Sum of RGB (Red+Green+Blue) = 203+217+98=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD962 is #34269D. Grayscale: #C7C7C7. Windows color (decimal): -3417758 or 6478283. OLE color: 6478283.
HSL color Cylindrical-coordinate representation of color #CBD962: hue angle of 67.06º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBD962 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 98 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 67.06º | 0.61% | 0.62% | - |
| HSV(B) | 67.06º | 0.55% | 0.85% | - |
| XYZ | 51.65 | 63.2 | 21.03 | - |
| YUV | 199.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 98 | 0.06 | 0 | 0.55 | 0.15 | 67.06 | 0.61 | 0.62 |
| Hex | CB | D9 | 62 | 6 | 0 | 37 | F | 43 | 3D | 3E |
| Octal | 313 | 331 | 142 | 6 | 0 | 67 | 17 | 103 | 75 | 76 |
| Binary | 11001011 | 11011001 | 1100010 | 110 | 0 | 110111 | 1111 | 1000011 | 111101 | 111110 |
Color Harmonies of #CBD962
Complementary color
Monochromatic Colors of #CBD962
Black with #CBD962
Text Example
Text Example
White with #CBD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD962; }
p { color: rgb(203,217,98); }
H1.HeaderClassName
{
color: #CBD962;
}
.AnyTagClassName
{
color: #CBD962;
}
</style>
background-color css
<style>
a { background-color: #CBD962; }
a { background-color: rgb(203,217,98); }
div.DivClassName
{
background-color: #CBD962;
}
.BgClassName
{
background-color: #CBD962;
}
</style>
border-color css
<style>
span { border-color: #CBD962; }
span { border-color: rgb(203,217,98); }
td.TdClassName
{
border-color: #CBD962;
}
.TagClassName
{
border-color: #CBD962;
}
</style>