Shades of Wild Willow #BFC55D
Tints of Wild Willow #BFC55D
RGB
CMYK
RGB Variations
Color information
#BFC55D (or 0xBFC55D) is known color: Wild Willow. HEX triplet: BF, C5 and 5D. RGB value is (191,197,93). Sum of RGB (Red+Green+Blue) = 191+197+93=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC55D is #403AA2. Grayscale: #B7B7B7. Windows color (decimal): -4209315 or 6145471. OLE color: 6145471.
HSL color Cylindrical-coordinate representation of color #BFC55D: hue angle of 63.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFC55D is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 93 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.23 |
| HSL | 63.46º | 0.47% | 0.57% | - |
| HSV(B) | 63.46º | 0.53% | 0.77% | - |
| XYZ | 43.43 | 51.8 | 18.07 | - |
| YUV | 183.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 93 | 0.03 | 0 | 0.53 | 0.23 | 63.46 | 0.47 | 0.57 |
| Hex | BF | C5 | 5D | 3 | 0 | 35 | 17 | 3F | 2F | 39 |
| Octal | 277 | 305 | 135 | 3 | 0 | 65 | 27 | 77 | 57 | 71 |
| Binary | 10111111 | 11000101 | 1011101 | 11 | 0 | 110101 | 10111 | 111111 | 101111 | 111001 |
Color Harmonies of #BFC55D
Complementary color
Monochromatic Colors of #BFC55D
Black with #BFC55D
Text Example
Text Example
White with #BFC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC55D; }
p { color: rgb(191,197,93); }
H1.HeaderClassName
{
color: #BFC55D;
}
.AnyTagClassName
{
color: #BFC55D;
}
</style>
background-color css
<style>
a { background-color: #BFC55D; }
a { background-color: rgb(191,197,93); }
div.DivClassName
{
background-color: #BFC55D;
}
.BgClassName
{
background-color: #BFC55D;
}
</style>
border-color css
<style>
span { border-color: #BFC55D; }
span { border-color: rgb(191,197,93); }
td.TdClassName
{
border-color: #BFC55D;
}
.TagClassName
{
border-color: #BFC55D;
}
</style>