Shades of Wild Willow #CBC85E
Tints of Wild Willow #CBC85E
RGB
CMYK
RGB Variations
Color information
#CBC85E (or 0xCBC85E) is known color: Wild Willow. HEX triplet: CB, C8 and 5E. RGB value is (203,200,94). Sum of RGB (Red+Green+Blue) = 203+200+94=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC85E is #3437A1. Grayscale: #BDBDBD. Windows color (decimal): -3422114 or 6211787. OLE color: 6211787.
HSL color Cylindrical-coordinate representation of color #CBC85E: hue angle of 58.35º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBC85E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 94 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.20 |
| HSL | 58.35º | 0.51% | 0.58% | - |
| HSV(B) | 58.35º | 0.54% | 0.8% | - |
| XYZ | 47.3 | 54.81 | 18.68 | - |
| YUV | 188.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 94 | 0 | 0.01 | 0.54 | 0.20 | 58.35 | 0.51 | 0.58 |
| Hex | CB | C8 | 5E | 0 | 1 | 36 | 14 | 3A | 33 | 3A |
| Octal | 313 | 310 | 136 | 0 | 1 | 66 | 24 | 72 | 63 | 72 |
| Binary | 11001011 | 11001000 | 1011110 | 0 | 1 | 110110 | 10100 | 111010 | 110011 | 111010 |
Color Harmonies of #CBC85E
Complementary color
Monochromatic Colors of #CBC85E
Black with #CBC85E
Text Example
Text Example
White with #CBC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC85E; }
p { color: rgb(203,200,94); }
H1.HeaderClassName
{
color: #CBC85E;
}
.AnyTagClassName
{
color: #CBC85E;
}
</style>
background-color css
<style>
a { background-color: #CBC85E; }
a { background-color: rgb(203,200,94); }
div.DivClassName
{
background-color: #CBC85E;
}
.BgClassName
{
background-color: #CBC85E;
}
</style>
border-color css
<style>
span { border-color: #CBC85E; }
span { border-color: rgb(203,200,94); }
td.TdClassName
{
border-color: #CBC85E;
}
.TagClassName
{
border-color: #CBC85E;
}
</style>