Shades of Wild Willow #BFD273
Tints of Wild Willow #BFD273
RGB
CMYK
RGB Variations
Color information
#BFD273 (or 0xBFD273) is known color: Wild Willow. HEX triplet: BF, D2 and 73. RGB value is (191,210,115). Sum of RGB (Red+Green+Blue) = 191+210+115=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD273 is #402D8C. Grayscale: #C1C1C1. Windows color (decimal): -4205965 or 7590591. OLE color: 7590591.
HSL color Cylindrical-coordinate representation of color #BFD273: hue angle of 72º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD273 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 115 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.18 |
| HSL | 72º | 0.51% | 0.64% | - |
| HSV(B) | 72º | 0.45% | 0.82% | - |
| XYZ | 47.63 | 58.41 | 24.98 | - |
| YUV | 193.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 115 | 0.09 | 0 | 0.45 | 0.18 | 72 | 0.51 | 0.64 |
| Hex | BF | D2 | 73 | 9 | 0 | 2D | 12 | 48 | 33 | 40 |
| Octal | 277 | 322 | 163 | 11 | 0 | 55 | 22 | 110 | 63 | 100 |
| Binary | 10111111 | 11010010 | 1110011 | 1001 | 0 | 101101 | 10010 | 1001000 | 110011 | 1000000 |
Color Harmonies of #BFD273
Complementary color
Monochromatic Colors of #BFD273
Black with #BFD273
Text Example
Text Example
White with #BFD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD273; }
p { color: rgb(191,210,115); }
H1.HeaderClassName
{
color: #BFD273;
}
.AnyTagClassName
{
color: #BFD273;
}
</style>
background-color css
<style>
a { background-color: #BFD273; }
a { background-color: rgb(191,210,115); }
div.DivClassName
{
background-color: #BFD273;
}
.BgClassName
{
background-color: #BFD273;
}
</style>
border-color css
<style>
span { border-color: #BFD273; }
span { border-color: rgb(191,210,115); }
td.TdClassName
{
border-color: #BFD273;
}
.TagClassName
{
border-color: #BFD273;
}
</style>