Shades of Wild Willow #CBD55B
Tints of Wild Willow #CBD55B
RGB
CMYK
RGB Variations
Color information
#CBD55B (or 0xCBD55B) is known color: Wild Willow. HEX triplet: CB, D5 and 5B. RGB value is (203,213,91). Sum of RGB (Red+Green+Blue) = 203+213+91=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD55B is #342AA4. Grayscale: #C4C4C4. Windows color (decimal): -3418789 or 6018507. OLE color: 6018507.
HSL color Cylindrical-coordinate representation of color #CBD55B: hue angle of 64.92º degrees, saturation: 0.59, 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 #CBD55B is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 91 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.16 |
| HSL | 64.92º | 0.59% | 0.6% | - |
| HSV(B) | 64.92º | 0.57% | 0.84% | - |
| XYZ | 50.31 | 61.04 | 19.03 | - |
| YUV | 196.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 91 | 0.05 | 0 | 0.57 | 0.16 | 64.92 | 0.59 | 0.6 |
| Hex | CB | D5 | 5B | 5 | 0 | 39 | 10 | 41 | 3B | 3C |
| Octal | 313 | 325 | 133 | 5 | 0 | 71 | 20 | 101 | 73 | 74 |
| Binary | 11001011 | 11010101 | 1011011 | 101 | 0 | 111001 | 10000 | 1000001 | 111011 | 111100 |
Color Harmonies of #CBD55B
Complementary color
Monochromatic Colors of #CBD55B
Black with #CBD55B
Text Example
Text Example
White with #CBD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD55B; }
p { color: rgb(203,213,91); }
H1.HeaderClassName
{
color: #CBD55B;
}
.AnyTagClassName
{
color: #CBD55B;
}
</style>
background-color css
<style>
a { background-color: #CBD55B; }
a { background-color: rgb(203,213,91); }
div.DivClassName
{
background-color: #CBD55B;
}
.BgClassName
{
background-color: #CBD55B;
}
</style>
border-color css
<style>
span { border-color: #CBD55B; }
span { border-color: rgb(203,213,91); }
td.TdClassName
{
border-color: #CBD55B;
}
.TagClassName
{
border-color: #CBD55B;
}
</style>