Shades of Wild Willow #BFD55D
Tints of Wild Willow #BFD55D
RGB
CMYK
RGB Variations
Color information
#BFD55D (or 0xBFD55D) is known color: Wild Willow. HEX triplet: BF, D5 and 5D. RGB value is (191,213,93). Sum of RGB (Red+Green+Blue) = 191+213+93=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD55D is #402AA2. Grayscale: #C1C1C1. Windows color (decimal): -4205219 or 6149567. OLE color: 6149567.
HSL color Cylindrical-coordinate representation of color #BFD55D: hue angle of 71º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD55D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 93 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.16 |
| HSL | 71º | 0.59% | 0.6% | - |
| HSV(B) | 71º | 0.56% | 0.84% | - |
| XYZ | 47.26 | 59.46 | 19.34 | - |
| YUV | 192.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 93 | 0.10 | 0 | 0.56 | 0.16 | 71 | 0.59 | 0.6 |
| Hex | BF | D5 | 5D | A | 0 | 38 | 10 | 47 | 3B | 3C |
| Octal | 277 | 325 | 135 | 12 | 0 | 70 | 20 | 107 | 73 | 74 |
| Binary | 10111111 | 11010101 | 1011101 | 1010 | 0 | 111000 | 10000 | 1000111 | 111011 | 111100 |
Color Harmonies of #BFD55D
Complementary color
Monochromatic Colors of #BFD55D
Black with #BFD55D
Text Example
Text Example
White with #BFD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD55D; }
p { color: rgb(191,213,93); }
H1.HeaderClassName
{
color: #BFD55D;
}
.AnyTagClassName
{
color: #BFD55D;
}
</style>
background-color css
<style>
a { background-color: #BFD55D; }
a { background-color: rgb(191,213,93); }
div.DivClassName
{
background-color: #BFD55D;
}
.BgClassName
{
background-color: #BFD55D;
}
</style>
border-color css
<style>
span { border-color: #BFD55D; }
span { border-color: rgb(191,213,93); }
td.TdClassName
{
border-color: #BFD55D;
}
.TagClassName
{
border-color: #BFD55D;
}
</style>