Shades of Wild Willow #CBCC5E
Tints of Wild Willow #CBCC5E
RGB
CMYK
RGB Variations
Color information
#CBCC5E (or 0xCBCC5E) is known color: Wild Willow. HEX triplet: CB, CC and 5E. RGB value is (203,204,94). Sum of RGB (Red+Green+Blue) = 203+204+94=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5E is #3433A1. Grayscale: #BFBFBF. Windows color (decimal): -3421090 or 6212811. OLE color: 6212811.
HSL color Cylindrical-coordinate representation of color #CBCC5E: hue angle of 60.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBCC5E is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 94 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.2 |
| HSL | 60.55º | 0.52% | 0.58% | - |
| HSV(B) | 60.55º | 0.54% | 0.8% | - |
| XYZ | 48.24 | 56.69 | 18.99 | - |
| YUV | 191.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 94 | 0.00 | 0 | 0.54 | 0.2 | 60.55 | 0.52 | 0.58 |
| Hex | CB | CC | 5E | 0 | 0 | 36 | 14 | 3D | 34 | 3A |
| Octal | 313 | 314 | 136 | 0 | 0 | 66 | 24 | 75 | 64 | 72 |
| Binary | 11001011 | 11001100 | 1011110 | 0 | 0 | 110110 | 10100 | 111101 | 110100 | 111010 |
Color Harmonies of #CBCC5E
Complementary color
Monochromatic Colors of #CBCC5E
Black with #CBCC5E
Text Example
Text Example
White with #CBCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC5E; }
p { color: rgb(203,204,94); }
H1.HeaderClassName
{
color: #CBCC5E;
}
.AnyTagClassName
{
color: #CBCC5E;
}
</style>
background-color css
<style>
a { background-color: #CBCC5E; }
a { background-color: rgb(203,204,94); }
div.DivClassName
{
background-color: #CBCC5E;
}
.BgClassName
{
background-color: #CBCC5E;
}
</style>
border-color css
<style>
span { border-color: #CBCC5E; }
span { border-color: rgb(203,204,94); }
td.TdClassName
{
border-color: #CBCC5E;
}
.TagClassName
{
border-color: #CBCC5E;
}
</style>