Shades of Wild Willow #BFD55C
Tints of Wild Willow #BFD55C
RGB
CMYK
RGB Variations
Color information
#BFD55C (or 0xBFD55C) is known color: Wild Willow. HEX triplet: BF, D5 and 5C. RGB value is (191,213,92). Sum of RGB (Red+Green+Blue) = 191+213+92=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD55C is #402AA3. Grayscale: #C1C1C1. Windows color (decimal): -4205220 or 6084031. OLE color: 6084031.
HSL color Cylindrical-coordinate representation of color #BFD55C: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFD55C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 92 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.16 |
| HSL | 70.91º | 0.59% | 0.6% | - |
| HSV(B) | 70.91º | 0.57% | 0.84% | - |
| XYZ | 47.21 | 59.44 | 19.11 | - |
| YUV | 192.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 92 | 0.10 | 0 | 0.57 | 0.16 | 70.91 | 0.59 | 0.6 |
| Hex | BF | D5 | 5C | A | 0 | 39 | 10 | 47 | 3B | 3C |
| Octal | 277 | 325 | 134 | 12 | 0 | 71 | 20 | 107 | 73 | 74 |
| Binary | 10111111 | 11010101 | 1011100 | 1010 | 0 | 111001 | 10000 | 1000111 | 111011 | 111100 |
Color Harmonies of #BFD55C
Complementary color
Monochromatic Colors of #BFD55C
Black with #BFD55C
Text Example
Text Example
White with #BFD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD55C; }
p { color: rgb(191,213,92); }
H1.HeaderClassName
{
color: #BFD55C;
}
.AnyTagClassName
{
color: #BFD55C;
}
</style>
background-color css
<style>
a { background-color: #BFD55C; }
a { background-color: rgb(191,213,92); }
div.DivClassName
{
background-color: #BFD55C;
}
.BgClassName
{
background-color: #BFD55C;
}
</style>
border-color css
<style>
span { border-color: #BFD55C; }
span { border-color: rgb(191,213,92); }
td.TdClassName
{
border-color: #BFD55C;
}
.TagClassName
{
border-color: #BFD55C;
}
</style>