Shades of Wild Willow #CBD65C
Tints of Wild Willow #CBD65C
RGB
CMYK
RGB Variations
Color information
#CBD65C (or 0xCBD65C) is known color: Wild Willow. HEX triplet: CB, D6 and 5C. RGB value is (203,214,92). Sum of RGB (Red+Green+Blue) = 203+214+92=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD65C is #3429A3. Grayscale: #C5C5C5. Windows color (decimal): -3418532 or 6084299. OLE color: 6084299.
HSL color Cylindrical-coordinate representation of color #CBD65C: hue angle of 65.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBD65C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 92 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.16 |
| HSL | 65.41º | 0.6% | 0.6% | - |
| HSV(B) | 65.41º | 0.57% | 0.84% | - |
| XYZ | 50.61 | 61.56 | 19.34 | - |
| YUV | 196.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 92 | 0.05 | 0 | 0.57 | 0.16 | 65.41 | 0.6 | 0.6 |
| Hex | CB | D6 | 5C | 5 | 0 | 39 | 10 | 41 | 3C | 3C |
| Octal | 313 | 326 | 134 | 5 | 0 | 71 | 20 | 101 | 74 | 74 |
| Binary | 11001011 | 11010110 | 1011100 | 101 | 0 | 111001 | 10000 | 1000001 | 111100 | 111100 |
Color Harmonies of #CBD65C
Complementary color
Monochromatic Colors of #CBD65C
Black with #CBD65C
Text Example
Text Example
White with #CBD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD65C; }
p { color: rgb(203,214,92); }
H1.HeaderClassName
{
color: #CBD65C;
}
.AnyTagClassName
{
color: #CBD65C;
}
</style>
background-color css
<style>
a { background-color: #CBD65C; }
a { background-color: rgb(203,214,92); }
div.DivClassName
{
background-color: #CBD65C;
}
.BgClassName
{
background-color: #CBD65C;
}
</style>
border-color css
<style>
span { border-color: #CBD65C; }
span { border-color: rgb(203,214,92); }
td.TdClassName
{
border-color: #CBD65C;
}
.TagClassName
{
border-color: #CBD65C;
}
</style>