Shades of Wild Willow #BFC953
Tints of Wild Willow #BFC953
RGB
CMYK
RGB Variations
Color information
#BFC953 (or 0xBFC953) is known color: Wild Willow. HEX triplet: BF, C9 and 53. RGB value is (191,201,83). Sum of RGB (Red+Green+Blue) = 191+201+83=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC953 is #4036AC. Grayscale: #B9B9B9. Windows color (decimal): -4208301 or 5491135. OLE color: 5491135.
HSL color Cylindrical-coordinate representation of color #BFC953: hue angle of 65.08º 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 #BFC953 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 83 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.21 |
| HSL | 65.08º | 0.52% | 0.56% | - |
| HSV(B) | 65.08º | 0.59% | 0.79% | - |
| XYZ | 43.93 | 53.47 | 16.19 | - |
| YUV | 184.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 83 | 0.05 | 0 | 0.59 | 0.21 | 65.08 | 0.52 | 0.56 |
| Hex | BF | C9 | 53 | 5 | 0 | 3B | 15 | 41 | 34 | 38 |
| Octal | 277 | 311 | 123 | 5 | 0 | 73 | 25 | 101 | 64 | 70 |
| Binary | 10111111 | 11001001 | 1010011 | 101 | 0 | 111011 | 10101 | 1000001 | 110100 | 111000 |
Color Harmonies of #BFC953
Complementary color
Monochromatic Colors of #BFC953
Black with #BFC953
Text Example
Text Example
White with #BFC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC953; }
p { color: rgb(191,201,83); }
H1.HeaderClassName
{
color: #BFC953;
}
.AnyTagClassName
{
color: #BFC953;
}
</style>
background-color css
<style>
a { background-color: #BFC953; }
a { background-color: rgb(191,201,83); }
div.DivClassName
{
background-color: #BFC953;
}
.BgClassName
{
background-color: #BFC953;
}
</style>
border-color css
<style>
span { border-color: #BFC953; }
span { border-color: rgb(191,201,83); }
td.TdClassName
{
border-color: #BFC953;
}
.TagClassName
{
border-color: #BFC953;
}
</style>