Shades of Wild Willow #CBCD5D
Tints of Wild Willow #CBCD5D
RGB
CMYK
RGB Variations
Color information
#CBCD5D (or 0xCBCD5D) is known color: Wild Willow. HEX triplet: CB, CD and 5D. RGB value is (203,205,93). Sum of RGB (Red+Green+Blue) = 203+205+93=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD5D is #3432A2. Grayscale: #C0C0C0. Windows color (decimal): -3420835 or 6147531. OLE color: 6147531.
HSL color Cylindrical-coordinate representation of color #CBCD5D: hue angle of 61.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBCD5D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 93 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.20 |
| HSL | 61.07º | 0.53% | 0.58% | - |
| HSV(B) | 61.07º | 0.55% | 0.8% | - |
| XYZ | 48.44 | 57.15 | 18.83 | - |
| YUV | 191.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 93 | 0.01 | 0 | 0.55 | 0.20 | 61.07 | 0.53 | 0.58 |
| Hex | CB | CD | 5D | 1 | 0 | 37 | 14 | 3D | 35 | 3A |
| Octal | 313 | 315 | 135 | 1 | 0 | 67 | 24 | 75 | 65 | 72 |
| Binary | 11001011 | 11001101 | 1011101 | 1 | 0 | 110111 | 10100 | 111101 | 110101 | 111010 |
Color Harmonies of #CBCD5D
Complementary color
Monochromatic Colors of #CBCD5D
Black with #CBCD5D
Text Example
Text Example
White with #CBCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD5D; }
p { color: rgb(203,205,93); }
H1.HeaderClassName
{
color: #CBCD5D;
}
.AnyTagClassName
{
color: #CBCD5D;
}
</style>
background-color css
<style>
a { background-color: #CBCD5D; }
a { background-color: rgb(203,205,93); }
div.DivClassName
{
background-color: #CBCD5D;
}
.BgClassName
{
background-color: #CBCD5D;
}
</style>
border-color css
<style>
span { border-color: #CBCD5D; }
span { border-color: rgb(203,205,93); }
td.TdClassName
{
border-color: #CBCD5D;
}
.TagClassName
{
border-color: #CBCD5D;
}
</style>