Shades of Wild Willow #CBCC55
Tints of Wild Willow #CBCC55
RGB
CMYK
RGB Variations
Color information
#CBCC55 (or 0xCBCC55) is known color: Wild Willow. HEX triplet: CB, CC and 55. RGB value is (203,204,85). Sum of RGB (Red+Green+Blue) = 203+204+85=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC55 is #3433AA. Grayscale: #BEBEBE. Windows color (decimal): -3421099 or 5622987. OLE color: 5622987.
HSL color Cylindrical-coordinate representation of color #CBCC55: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBCC55 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 85 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.2 |
| HSL | 60.5º | 0.54% | 0.57% | - |
| HSV(B) | 60.5º | 0.58% | 0.8% | - |
| XYZ | 47.86 | 56.54 | 16.98 | - |
| YUV | 190.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 85 | 0.00 | 0 | 0.58 | 0.2 | 60.5 | 0.54 | 0.57 |
| Hex | CB | CC | 55 | 0 | 0 | 3A | 14 | 3D | 36 | 39 |
| Octal | 313 | 314 | 125 | 0 | 0 | 72 | 24 | 75 | 66 | 71 |
| Binary | 11001011 | 11001100 | 1010101 | 0 | 0 | 111010 | 10100 | 111101 | 110110 | 111001 |
Color Harmonies of #CBCC55
Complementary color
Monochromatic Colors of #CBCC55
Black with #CBCC55
Text Example
Text Example
White with #CBCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC55; }
p { color: rgb(203,204,85); }
H1.HeaderClassName
{
color: #CBCC55;
}
.AnyTagClassName
{
color: #CBCC55;
}
</style>
background-color css
<style>
a { background-color: #CBCC55; }
a { background-color: rgb(203,204,85); }
div.DivClassName
{
background-color: #CBCC55;
}
.BgClassName
{
background-color: #CBCC55;
}
</style>
border-color css
<style>
span { border-color: #CBCC55; }
span { border-color: rgb(203,204,85); }
td.TdClassName
{
border-color: #CBCC55;
}
.TagClassName
{
border-color: #CBCC55;
}
</style>