Shades of Wild Willow #BCCB5B
Tints of Wild Willow #BCCB5B
RGB
CMYK
RGB Variations
Color information
#BCCB5B (or 0xBCCB5B) is known color: Wild Willow. HEX triplet: BC, CB and 5B. RGB value is (188,203,91). Sum of RGB (Red+Green+Blue) = 188+203+91=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB5B is #4334A4. Grayscale: #BABABA. Windows color (decimal): -4404389 or 6015932. OLE color: 6015932.
HSL color Cylindrical-coordinate representation of color #BCCB5B: hue angle of 68.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCCB5B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 91 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.20 |
| HSL | 68.04º | 0.52% | 0.58% | - |
| HSV(B) | 68.04º | 0.55% | 0.8% | - |
| XYZ | 43.98 | 54.16 | 18.03 | - |
| YUV | 185.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 91 | 0.07 | 0 | 0.55 | 0.20 | 68.04 | 0.52 | 0.58 |
| Hex | BC | CB | 5B | 7 | 0 | 37 | 14 | 44 | 34 | 3A |
| Octal | 274 | 313 | 133 | 7 | 0 | 67 | 24 | 104 | 64 | 72 |
| Binary | 10111100 | 11001011 | 1011011 | 111 | 0 | 110111 | 10100 | 1000100 | 110100 | 111010 |
Color Harmonies of #BCCB5B
Complementary color
Monochromatic Colors of #BCCB5B
Black with #BCCB5B
Text Example
Text Example
White with #BCCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB5B; }
p { color: rgb(188,203,91); }
H1.HeaderClassName
{
color: #BCCB5B;
}
.AnyTagClassName
{
color: #BCCB5B;
}
</style>
background-color css
<style>
a { background-color: #BCCB5B; }
a { background-color: rgb(188,203,91); }
div.DivClassName
{
background-color: #BCCB5B;
}
.BgClassName
{
background-color: #BCCB5B;
}
</style>
border-color css
<style>
span { border-color: #BCCB5B; }
span { border-color: rgb(188,203,91); }
td.TdClassName
{
border-color: #BCCB5B;
}
.TagClassName
{
border-color: #BCCB5B;
}
</style>