Shades of Wild Willow #CBCD5C
Tints of Wild Willow #CBCD5C
RGB
CMYK
RGB Variations
Color information
#CBCD5C (or 0xCBCD5C) is known color: Wild Willow. HEX triplet: CB, CD and 5C. RGB value is (203,205,92). Sum of RGB (Red+Green+Blue) = 203+205+92=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD5C is #3432A3. Grayscale: #BFBFBF. Windows color (decimal): -3420836 or 6081995. OLE color: 6081995.
HSL color Cylindrical-coordinate representation of color #CBCD5C: hue angle of 61.06º 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 #CBCD5C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 92 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.20 |
| HSL | 61.06º | 0.53% | 0.58% | - |
| HSV(B) | 61.06º | 0.55% | 0.8% | - |
| XYZ | 48.39 | 57.13 | 18.6 | - |
| YUV | 191.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 92 | 0.01 | 0 | 0.55 | 0.20 | 61.06 | 0.53 | 0.58 |
| Hex | CB | CD | 5C | 1 | 0 | 37 | 14 | 3D | 35 | 3A |
| Octal | 313 | 315 | 134 | 1 | 0 | 67 | 24 | 75 | 65 | 72 |
| Binary | 11001011 | 11001101 | 1011100 | 1 | 0 | 110111 | 10100 | 111101 | 110101 | 111010 |
Color Harmonies of #CBCD5C
Complementary color
Monochromatic Colors of #CBCD5C
Black with #CBCD5C
Text Example
Text Example
White with #CBCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD5C; }
p { color: rgb(203,205,92); }
H1.HeaderClassName
{
color: #CBCD5C;
}
.AnyTagClassName
{
color: #CBCD5C;
}
</style>
background-color css
<style>
a { background-color: #CBCD5C; }
a { background-color: rgb(203,205,92); }
div.DivClassName
{
background-color: #CBCD5C;
}
.BgClassName
{
background-color: #CBCD5C;
}
</style>
border-color css
<style>
span { border-color: #CBCD5C; }
span { border-color: rgb(203,205,92); }
td.TdClassName
{
border-color: #CBCD5C;
}
.TagClassName
{
border-color: #CBCD5C;
}
</style>