Shades of Wild Willow #BCCD52
Tints of Wild Willow #BCCD52
RGB
CMYK
RGB Variations
Color information
#BCCD52 (or 0xBCCD52) is known color: Wild Willow. HEX triplet: BC, CD and 52. RGB value is (188,205,82). Sum of RGB (Red+Green+Blue) = 188+205+82=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD52 is #4332AD. Grayscale: #BABABA. Windows color (decimal): -4403886 or 5426620. OLE color: 5426620.
HSL color Cylindrical-coordinate representation of color #BCCD52: hue angle of 68.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCCD52 is Cyan = 0.08, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 82 | - |
| CMYK | 0.08 | 0 | 0.6 | 0.20 |
| HSL | 68.29º | 0.55% | 0.56% | - |
| HSV(B) | 68.29º | 0.6% | 0.8% | - |
| XYZ | 44.09 | 54.96 | 16.27 | - |
| YUV | 185.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 82 | 0.08 | 0 | 0.6 | 0.20 | 68.29 | 0.55 | 0.56 |
| Hex | BC | CD | 52 | 8 | 0 | 3C | 14 | 44 | 37 | 38 |
| Octal | 274 | 315 | 122 | 10 | 0 | 74 | 24 | 104 | 67 | 70 |
| Binary | 10111100 | 11001101 | 1010010 | 1000 | 0 | 111100 | 10100 | 1000100 | 110111 | 111000 |
Color Harmonies of #BCCD52
Complementary color
Monochromatic Colors of #BCCD52
Black with #BCCD52
Text Example
Text Example
White with #BCCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD52; }
p { color: rgb(188,205,82); }
H1.HeaderClassName
{
color: #BCCD52;
}
.AnyTagClassName
{
color: #BCCD52;
}
</style>
background-color css
<style>
a { background-color: #BCCD52; }
a { background-color: rgb(188,205,82); }
div.DivClassName
{
background-color: #BCCD52;
}
.BgClassName
{
background-color: #BCCD52;
}
</style>
border-color css
<style>
span { border-color: #BCCD52; }
span { border-color: rgb(188,205,82); }
td.TdClassName
{
border-color: #BCCD52;
}
.TagClassName
{
border-color: #BCCD52;
}
</style>