Shades of Wild Willow #BCCC58
Tints of Wild Willow #BCCC58
RGB
CMYK
RGB Variations
Color information
#BCCC58 (or 0xBCCC58) is known color: Wild Willow. HEX triplet: BC, CC and 58. RGB value is (188,204,88). Sum of RGB (Red+Green+Blue) = 188+204+88=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC58 is #4333A7. Grayscale: #BABABA. Windows color (decimal): -4404136 or 5819580. OLE color: 5819580.
HSL color Cylindrical-coordinate representation of color #BCCC58: hue angle of 68.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCCC58 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 88 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.2 |
| HSL | 68.28º | 0.53% | 0.57% | - |
| HSV(B) | 68.28º | 0.57% | 0.8% | - |
| XYZ | 44.09 | 54.58 | 17.44 | - |
| YUV | 185.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 88 | 0.08 | 0 | 0.57 | 0.2 | 68.28 | 0.53 | 0.57 |
| Hex | BC | CC | 58 | 8 | 0 | 39 | 14 | 44 | 35 | 39 |
| Octal | 274 | 314 | 130 | 10 | 0 | 71 | 24 | 104 | 65 | 71 |
| Binary | 10111100 | 11001100 | 1011000 | 1000 | 0 | 111001 | 10100 | 1000100 | 110101 | 111001 |
Color Harmonies of #BCCC58
Complementary color
Monochromatic Colors of #BCCC58
Black with #BCCC58
Text Example
Text Example
White with #BCCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC58; }
p { color: rgb(188,204,88); }
H1.HeaderClassName
{
color: #BCCC58;
}
.AnyTagClassName
{
color: #BCCC58;
}
</style>
background-color css
<style>
a { background-color: #BCCC58; }
a { background-color: rgb(188,204,88); }
div.DivClassName
{
background-color: #BCCC58;
}
.BgClassName
{
background-color: #BCCC58;
}
</style>
border-color css
<style>
span { border-color: #BCCC58; }
span { border-color: rgb(188,204,88); }
td.TdClassName
{
border-color: #BCCC58;
}
.TagClassName
{
border-color: #BCCC58;
}
</style>