Shades of Wild Willow #BFD34C
Tints of Wild Willow #BFD34C
RGB
CMYK
RGB Variations
Color information
#BFD34C (or 0xBFD34C) is known color: Wild Willow. HEX triplet: BF, D3 and 4C. RGB value is (191,211,76). Sum of RGB (Red+Green+Blue) = 191+211+76=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD34C is #402CB3. Grayscale: #BEBEBE. Windows color (decimal): -4205748 or 5034943. OLE color: 5034943.
HSL color Cylindrical-coordinate representation of color #BFD34C: hue angle of 68.89º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD34C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 76 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.17 |
| HSL | 68.89º | 0.61% | 0.56% | - |
| HSV(B) | 68.89º | 0.64% | 0.83% | - |
| XYZ | 46.08 | 58.19 | 15.64 | - |
| YUV | 189.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 76 | 0.09 | 0 | 0.64 | 0.17 | 68.89 | 0.61 | 0.56 |
| Hex | BF | D3 | 4C | 9 | 0 | 40 | 11 | 45 | 3D | 38 |
| Octal | 277 | 323 | 114 | 11 | 0 | 100 | 21 | 105 | 75 | 70 |
| Binary | 10111111 | 11010011 | 1001100 | 1001 | 0 | 1000000 | 10001 | 1000101 | 111101 | 111000 |
Color Harmonies of #BFD34C
Complementary color
Monochromatic Colors of #BFD34C
Black with #BFD34C
Text Example
Text Example
White with #BFD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD34C; }
p { color: rgb(191,211,76); }
H1.HeaderClassName
{
color: #BFD34C;
}
.AnyTagClassName
{
color: #BFD34C;
}
</style>
background-color css
<style>
a { background-color: #BFD34C; }
a { background-color: rgb(191,211,76); }
div.DivClassName
{
background-color: #BFD34C;
}
.BgClassName
{
background-color: #BFD34C;
}
</style>
border-color css
<style>
span { border-color: #BFD34C; }
span { border-color: rgb(191,211,76); }
td.TdClassName
{
border-color: #BFD34C;
}
.TagClassName
{
border-color: #BFD34C;
}
</style>