Shades of Wild Willow #BFD352
Tints of Wild Willow #BFD352
RGB
CMYK
RGB Variations
Color information
#BFD352 (or 0xBFD352) is known color: Wild Willow. HEX triplet: BF, D3 and 52. RGB value is (191,211,82). Sum of RGB (Red+Green+Blue) = 191+211+82=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD352 is #402CAD. Grayscale: #BEBEBE. Windows color (decimal): -4205742 or 5428159. OLE color: 5428159.
HSL color Cylindrical-coordinate representation of color #BFD352: hue angle of 69.3º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFD352 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 82 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.17 |
| HSL | 69.3º | 0.59% | 0.57% | - |
| HSV(B) | 69.3º | 0.61% | 0.83% | - |
| XYZ | 46.3 | 58.27 | 16.79 | - |
| YUV | 190.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 82 | 0.09 | 0 | 0.61 | 0.17 | 69.3 | 0.59 | 0.57 |
| Hex | BF | D3 | 52 | 9 | 0 | 3D | 11 | 45 | 3B | 39 |
| Octal | 277 | 323 | 122 | 11 | 0 | 75 | 21 | 105 | 73 | 71 |
| Binary | 10111111 | 11010011 | 1010010 | 1001 | 0 | 111101 | 10001 | 1000101 | 111011 | 111001 |
Color Harmonies of #BFD352
Complementary color
Monochromatic Colors of #BFD352
Black with #BFD352
Text Example
Text Example
White with #BFD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD352; }
p { color: rgb(191,211,82); }
H1.HeaderClassName
{
color: #BFD352;
}
.AnyTagClassName
{
color: #BFD352;
}
</style>
background-color css
<style>
a { background-color: #BFD352; }
a { background-color: rgb(191,211,82); }
div.DivClassName
{
background-color: #BFD352;
}
.BgClassName
{
background-color: #BFD352;
}
</style>
border-color css
<style>
span { border-color: #BFD352; }
span { border-color: rgb(191,211,82); }
td.TdClassName
{
border-color: #BFD352;
}
.TagClassName
{
border-color: #BFD352;
}
</style>