Shades of Wild Willow #CBDB5C
Tints of Wild Willow #CBDB5C
RGB
CMYK
RGB Variations
Color information
#CBDB5C (or 0xCBDB5C) is known color: Wild Willow. HEX triplet: CB, DB and 5C. RGB value is (203,219,92). Sum of RGB (Red+Green+Blue) = 203+219+92=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB5C is #3424A3. Grayscale: #C8C8C8. Windows color (decimal): -3417252 or 6085579. OLE color: 6085579.
HSL color Cylindrical-coordinate representation of color #CBDB5C: hue angle of 67.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBDB5C is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 92 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.14 |
| HSL | 67.56º | 0.64% | 0.61% | - |
| HSV(B) | 67.56º | 0.58% | 0.86% | - |
| XYZ | 51.89 | 64.13 | 19.77 | - |
| YUV | 199.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 92 | 0.07 | 0 | 0.58 | 0.14 | 67.56 | 0.64 | 0.61 |
| Hex | CB | DB | 5C | 7 | 0 | 3A | E | 44 | 40 | 3D |
| Octal | 313 | 333 | 134 | 7 | 0 | 72 | 16 | 104 | 100 | 75 |
| Binary | 11001011 | 11011011 | 1011100 | 111 | 0 | 111010 | 1110 | 1000100 | 1000000 | 111101 |
Color Harmonies of #CBDB5C
Complementary color
Monochromatic Colors of #CBDB5C
Black with #CBDB5C
Text Example
Text Example
White with #CBDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB5C; }
p { color: rgb(203,219,92); }
H1.HeaderClassName
{
color: #CBDB5C;
}
.AnyTagClassName
{
color: #CBDB5C;
}
</style>
background-color css
<style>
a { background-color: #CBDB5C; }
a { background-color: rgb(203,219,92); }
div.DivClassName
{
background-color: #CBDB5C;
}
.BgClassName
{
background-color: #CBDB5C;
}
</style>
border-color css
<style>
span { border-color: #CBDB5C; }
span { border-color: rgb(203,219,92); }
td.TdClassName
{
border-color: #CBDB5C;
}
.TagClassName
{
border-color: #CBDB5C;
}
</style>