Shades of Wild Willow #BFC952
Tints of Wild Willow #BFC952
RGB
CMYK
RGB Variations
Color information
#BFC952 (or 0xBFC952) is known color: Wild Willow. HEX triplet: BF, C9 and 52. RGB value is (191,201,82). Sum of RGB (Red+Green+Blue) = 191+201+82=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC952 is #4036AD. Grayscale: #B8B8B8. Windows color (decimal): -4208302 or 5425599. OLE color: 5425599.
HSL color Cylindrical-coordinate representation of color #BFC952: hue angle of 65.04º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC952 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 82 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.21 |
| HSL | 65.04º | 0.52% | 0.55% | - |
| HSV(B) | 65.04º | 0.59% | 0.79% | - |
| XYZ | 43.9 | 53.46 | 15.99 | - |
| YUV | 184.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 82 | 0.05 | 0 | 0.59 | 0.21 | 65.04 | 0.52 | 0.55 |
| Hex | BF | C9 | 52 | 5 | 0 | 3B | 15 | 41 | 34 | 37 |
| Octal | 277 | 311 | 122 | 5 | 0 | 73 | 25 | 101 | 64 | 67 |
| Binary | 10111111 | 11001001 | 1010010 | 101 | 0 | 111011 | 10101 | 1000001 | 110100 | 110111 |
Color Harmonies of #BFC952
Complementary color
Monochromatic Colors of #BFC952
Black with #BFC952
Text Example
Text Example
White with #BFC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC952; }
p { color: rgb(191,201,82); }
H1.HeaderClassName
{
color: #BFC952;
}
.AnyTagClassName
{
color: #BFC952;
}
</style>
background-color css
<style>
a { background-color: #BFC952; }
a { background-color: rgb(191,201,82); }
div.DivClassName
{
background-color: #BFC952;
}
.BgClassName
{
background-color: #BFC952;
}
</style>
border-color css
<style>
span { border-color: #BFC952; }
span { border-color: rgb(191,201,82); }
td.TdClassName
{
border-color: #BFC952;
}
.TagClassName
{
border-color: #BFC952;
}
</style>