Shades of Wild Willow #CBCD5E
Tints of Wild Willow #CBCD5E
RGB
CMYK
RGB Variations
Color information
#CBCD5E (or 0xCBCD5E) is known color: Wild Willow. HEX triplet: CB, CD and 5E. RGB value is (203,205,94). Sum of RGB (Red+Green+Blue) = 203+205+94=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD5E is #3432A1. Grayscale: #C0C0C0. Windows color (decimal): -3420834 or 6213067. OLE color: 6213067.
HSL color Cylindrical-coordinate representation of color #CBCD5E: hue angle of 61.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBCD5E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 94 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.20 |
| HSL | 61.08º | 0.53% | 0.59% | - |
| HSV(B) | 61.08º | 0.54% | 0.8% | - |
| XYZ | 48.48 | 57.17 | 19.07 | - |
| YUV | 191.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 94 | 0.01 | 0 | 0.54 | 0.20 | 61.08 | 0.53 | 0.59 |
| Hex | CB | CD | 5E | 1 | 0 | 36 | 14 | 3D | 35 | 3B |
| Octal | 313 | 315 | 136 | 1 | 0 | 66 | 24 | 75 | 65 | 73 |
| Binary | 11001011 | 11001101 | 1011110 | 1 | 0 | 110110 | 10100 | 111101 | 110101 | 111011 |
Color Harmonies of #CBCD5E
Complementary color
Monochromatic Colors of #CBCD5E
Black with #CBCD5E
Text Example
Text Example
White with #CBCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD5E; }
p { color: rgb(203,205,94); }
H1.HeaderClassName
{
color: #CBCD5E;
}
.AnyTagClassName
{
color: #CBCD5E;
}
</style>
background-color css
<style>
a { background-color: #CBCD5E; }
a { background-color: rgb(203,205,94); }
div.DivClassName
{
background-color: #CBCD5E;
}
.BgClassName
{
background-color: #CBCD5E;
}
</style>
border-color css
<style>
span { border-color: #CBCD5E; }
span { border-color: rgb(203,205,94); }
td.TdClassName
{
border-color: #CBCD5E;
}
.TagClassName
{
border-color: #CBCD5E;
}
</style>