Shades of Wild Willow #CBD466
Tints of Wild Willow #CBD466
RGB
CMYK
RGB Variations
Color information
#CBD466 (or 0xCBD466) is known color: Wild Willow. HEX triplet: CB, D4 and 66. RGB value is (203,212,102). Sum of RGB (Red+Green+Blue) = 203+212+102=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD466 is #342B99. Grayscale: #C5C5C5. Windows color (decimal): -3419034 or 6739147. OLE color: 6739147.
HSL color Cylindrical-coordinate representation of color #CBD466: hue angle of 64.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD466 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 102 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.17 |
| HSL | 64.91º | 0.56% | 0.62% | - |
| HSV(B) | 64.91º | 0.52% | 0.83% | - |
| XYZ | 50.57 | 60.74 | 21.63 | - |
| YUV | 196.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 102 | 0.04 | 0 | 0.52 | 0.17 | 64.91 | 0.56 | 0.62 |
| Hex | CB | D4 | 66 | 4 | 0 | 34 | 11 | 41 | 38 | 3E |
| Octal | 313 | 324 | 146 | 4 | 0 | 64 | 21 | 101 | 70 | 76 |
| Binary | 11001011 | 11010100 | 1100110 | 100 | 0 | 110100 | 10001 | 1000001 | 111000 | 111110 |
Color Harmonies of #CBD466
Complementary color
Monochromatic Colors of #CBD466
Black with #CBD466
Text Example
Text Example
White with #CBD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD466; }
p { color: rgb(203,212,102); }
H1.HeaderClassName
{
color: #CBD466;
}
.AnyTagClassName
{
color: #CBD466;
}
</style>
background-color css
<style>
a { background-color: #CBD466; }
a { background-color: rgb(203,212,102); }
div.DivClassName
{
background-color: #CBD466;
}
.BgClassName
{
background-color: #CBD466;
}
</style>
border-color css
<style>
span { border-color: #CBD466; }
span { border-color: rgb(203,212,102); }
td.TdClassName
{
border-color: #CBD466;
}
.TagClassName
{
border-color: #CBD466;
}
</style>