Shades of Wild Willow #BCCC62
Tints of Wild Willow #BCCC62
RGB
CMYK
RGB Variations
Color information
#BCCC62 (or 0xBCCC62) is known color: Wild Willow. HEX triplet: BC, CC and 62. RGB value is (188,204,98). Sum of RGB (Red+Green+Blue) = 188+204+98=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC62 is #43339D. Grayscale: #BBBBBB. Windows color (decimal): -4404126 or 6474940. OLE color: 6474940.
HSL color Cylindrical-coordinate representation of color #BCCC62: hue angle of 69.06º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCCC62 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 98 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.2 |
| HSL | 69.06º | 0.51% | 0.59% | - |
| HSV(B) | 69.06º | 0.52% | 0.8% | - |
| XYZ | 44.54 | 54.76 | 19.78 | - |
| YUV | 187.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 98 | 0.08 | 0 | 0.52 | 0.2 | 69.06 | 0.51 | 0.59 |
| Hex | BC | CC | 62 | 8 | 0 | 34 | 14 | 45 | 33 | 3B |
| Octal | 274 | 314 | 142 | 10 | 0 | 64 | 24 | 105 | 63 | 73 |
| Binary | 10111100 | 11001100 | 1100010 | 1000 | 0 | 110100 | 10100 | 1000101 | 110011 | 111011 |
Color Harmonies of #BCCC62
Complementary color
Monochromatic Colors of #BCCC62
Black with #BCCC62
Text Example
Text Example
White with #BCCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC62; }
p { color: rgb(188,204,98); }
H1.HeaderClassName
{
color: #BCCC62;
}
.AnyTagClassName
{
color: #BCCC62;
}
</style>
background-color css
<style>
a { background-color: #BCCC62; }
a { background-color: rgb(188,204,98); }
div.DivClassName
{
background-color: #BCCC62;
}
.BgClassName
{
background-color: #BCCC62;
}
</style>
border-color css
<style>
span { border-color: #BCCC62; }
span { border-color: rgb(188,204,98); }
td.TdClassName
{
border-color: #BCCC62;
}
.TagClassName
{
border-color: #BCCC62;
}
</style>