Shades of Wild Willow #CBCD6B
Tints of Wild Willow #CBCD6B
RGB
CMYK
RGB Variations
Color information
#CBCD6B (or 0xCBCD6B) is known color: Wild Willow. HEX triplet: CB, CD and 6B. RGB value is (203,205,107). Sum of RGB (Red+Green+Blue) = 203+205+107=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD6B is #343294. Grayscale: #C1C1C1. Windows color (decimal): -3420821 or 7065035. OLE color: 7065035.
HSL color Cylindrical-coordinate representation of color #CBCD6B: hue angle of 61.22º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBCD6B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 107 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.20 |
| HSL | 61.22º | 0.49% | 0.61% | - |
| HSV(B) | 61.22º | 0.48% | 0.8% | - |
| XYZ | 49.11 | 57.42 | 22.4 | - |
| YUV | 193.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 107 | 0.01 | 0 | 0.48 | 0.20 | 61.22 | 0.49 | 0.61 |
| Hex | CB | CD | 6B | 1 | 0 | 30 | 14 | 3D | 31 | 3D |
| Octal | 313 | 315 | 153 | 1 | 0 | 60 | 24 | 75 | 61 | 75 |
| Binary | 11001011 | 11001101 | 1101011 | 1 | 0 | 110000 | 10100 | 111101 | 110001 | 111101 |
Color Harmonies of #CBCD6B
Complementary color
Monochromatic Colors of #CBCD6B
Black with #CBCD6B
Text Example
Text Example
White with #CBCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD6B; }
p { color: rgb(203,205,107); }
H1.HeaderClassName
{
color: #CBCD6B;
}
.AnyTagClassName
{
color: #CBCD6B;
}
</style>
background-color css
<style>
a { background-color: #CBCD6B; }
a { background-color: rgb(203,205,107); }
div.DivClassName
{
background-color: #CBCD6B;
}
.BgClassName
{
background-color: #CBCD6B;
}
</style>
border-color css
<style>
span { border-color: #CBCD6B; }
span { border-color: rgb(203,205,107); }
td.TdClassName
{
border-color: #CBCD6B;
}
.TagClassName
{
border-color: #CBCD6B;
}
</style>