Shades of Wild Willow #CBDA5B
Tints of Wild Willow #CBDA5B
RGB
CMYK
RGB Variations
Color information
#CBDA5B (or 0xCBDA5B) is known color: Wild Willow. HEX triplet: CB, DA and 5B. RGB value is (203,218,91). Sum of RGB (Red+Green+Blue) = 203+218+91=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA5B is #3425A4. Grayscale: #C7C7C7. Windows color (decimal): -3417509 or 6019787. OLE color: 6019787.
HSL color Cylindrical-coordinate representation of color #CBDA5B: hue angle of 67.09º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBDA5B is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 91 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.15 |
| HSL | 67.09º | 0.63% | 0.61% | - |
| HSV(B) | 67.09º | 0.58% | 0.85% | - |
| XYZ | 51.59 | 63.59 | 19.45 | - |
| YUV | 199.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 91 | 0.07 | 0 | 0.58 | 0.15 | 67.09 | 0.63 | 0.61 |
| Hex | CB | DA | 5B | 7 | 0 | 3A | F | 43 | 3F | 3D |
| Octal | 313 | 332 | 133 | 7 | 0 | 72 | 17 | 103 | 77 | 75 |
| Binary | 11001011 | 11011010 | 1011011 | 111 | 0 | 111010 | 1111 | 1000011 | 111111 | 111101 |
Color Harmonies of #CBDA5B
Complementary color
Monochromatic Colors of #CBDA5B
Black with #CBDA5B
Text Example
Text Example
White with #CBDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA5B; }
p { color: rgb(203,218,91); }
H1.HeaderClassName
{
color: #CBDA5B;
}
.AnyTagClassName
{
color: #CBDA5B;
}
</style>
background-color css
<style>
a { background-color: #CBDA5B; }
a { background-color: rgb(203,218,91); }
div.DivClassName
{
background-color: #CBDA5B;
}
.BgClassName
{
background-color: #CBDA5B;
}
</style>
border-color css
<style>
span { border-color: #CBDA5B; }
span { border-color: rgb(203,218,91); }
td.TdClassName
{
border-color: #CBDA5B;
}
.TagClassName
{
border-color: #CBDA5B;
}
</style>