Shades of Wild Willow #BCC953
Tints of Wild Willow #BCC953
RGB
CMYK
RGB Variations
Color information
#BCC953 (or 0xBCC953) is known color: Wild Willow. HEX triplet: BC, C9 and 53. RGB value is (188,201,83). Sum of RGB (Red+Green+Blue) = 188+201+83=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC953 is #4336AC. Grayscale: #B8B8B8. Windows color (decimal): -4404909 or 5491132. OLE color: 5491132.
HSL color Cylindrical-coordinate representation of color #BCC953: hue angle of 66.61º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCC953 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 83 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.21 |
| HSL | 66.61º | 0.52% | 0.56% | - |
| HSV(B) | 66.61º | 0.59% | 0.79% | - |
| XYZ | 43.19 | 53.09 | 16.15 | - |
| YUV | 183.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 83 | 0.06 | 0 | 0.59 | 0.21 | 66.61 | 0.52 | 0.56 |
| Hex | BC | C9 | 53 | 6 | 0 | 3B | 15 | 43 | 34 | 38 |
| Octal | 274 | 311 | 123 | 6 | 0 | 73 | 25 | 103 | 64 | 70 |
| Binary | 10111100 | 11001001 | 1010011 | 110 | 0 | 111011 | 10101 | 1000011 | 110100 | 111000 |
Color Harmonies of #BCC953
Complementary color
Monochromatic Colors of #BCC953
Black with #BCC953
Text Example
Text Example
White with #BCC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC953; }
p { color: rgb(188,201,83); }
H1.HeaderClassName
{
color: #BCC953;
}
.AnyTagClassName
{
color: #BCC953;
}
</style>
background-color css
<style>
a { background-color: #BCC953; }
a { background-color: rgb(188,201,83); }
div.DivClassName
{
background-color: #BCC953;
}
.BgClassName
{
background-color: #BCC953;
}
</style>
border-color css
<style>
span { border-color: #BCC953; }
span { border-color: rgb(188,201,83); }
td.TdClassName
{
border-color: #BCC953;
}
.TagClassName
{
border-color: #BCC953;
}
</style>