Shades of Wild Willow #CBD06C
Tints of Wild Willow #CBD06C
RGB
CMYK
RGB Variations
Color information
#CBD06C (or 0xCBD06C) is known color: Wild Willow. HEX triplet: CB, D0 and 6C. RGB value is (203,208,108). Sum of RGB (Red+Green+Blue) = 203+208+108=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD06C is #342F93. Grayscale: #C3C3C3. Windows color (decimal): -3420052 or 7131339. OLE color: 7131339.
HSL color Cylindrical-coordinate representation of color #CBD06C: hue angle of 63º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD06C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 108 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.18 |
| HSL | 63º | 0.52% | 0.62% | - |
| HSV(B) | 63º | 0.48% | 0.82% | - |
| XYZ | 49.89 | 58.89 | 22.92 | - |
| YUV | 195.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 108 | 0.02 | 0 | 0.48 | 0.18 | 63 | 0.52 | 0.62 |
| Hex | CB | D0 | 6C | 2 | 0 | 30 | 12 | 3F | 34 | 3E |
| Octal | 313 | 320 | 154 | 2 | 0 | 60 | 22 | 77 | 64 | 76 |
| Binary | 11001011 | 11010000 | 1101100 | 10 | 0 | 110000 | 10010 | 111111 | 110100 | 111110 |
Color Harmonies of #CBD06C
Complementary color
Monochromatic Colors of #CBD06C
Black with #CBD06C
Text Example
Text Example
White with #CBD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD06C; }
p { color: rgb(203,208,108); }
H1.HeaderClassName
{
color: #CBD06C;
}
.AnyTagClassName
{
color: #CBD06C;
}
</style>
background-color css
<style>
a { background-color: #CBD06C; }
a { background-color: rgb(203,208,108); }
div.DivClassName
{
background-color: #CBD06C;
}
.BgClassName
{
background-color: #CBD06C;
}
</style>
border-color css
<style>
span { border-color: #CBD06C; }
span { border-color: rgb(203,208,108); }
td.TdClassName
{
border-color: #CBD06C;
}
.TagClassName
{
border-color: #CBD06C;
}
</style>