Shades of Wild Willow #BFD45C
Tints of Wild Willow #BFD45C
RGB
CMYK
RGB Variations
Color information
#BFD45C (or 0xBFD45C) is known color: Wild Willow. HEX triplet: BF, D4 and 5C. RGB value is (191,212,92). Sum of RGB (Red+Green+Blue) = 191+212+92=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD45C is #402BA3. Grayscale: #C0C0C0. Windows color (decimal): -4205476 or 6083775. OLE color: 6083775.
HSL color Cylindrical-coordinate representation of color #BFD45C: hue angle of 70.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFD45C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 92 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.17 |
| HSL | 70.5º | 0.58% | 0.6% | - |
| HSV(B) | 70.5º | 0.57% | 0.83% | - |
| XYZ | 46.96 | 58.94 | 19.03 | - |
| YUV | 192.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 92 | 0.10 | 0 | 0.57 | 0.17 | 70.5 | 0.58 | 0.6 |
| Hex | BF | D4 | 5C | A | 0 | 39 | 11 | 46 | 3A | 3C |
| Octal | 277 | 324 | 134 | 12 | 0 | 71 | 21 | 106 | 72 | 74 |
| Binary | 10111111 | 11010100 | 1011100 | 1010 | 0 | 111001 | 10001 | 1000110 | 111010 | 111100 |
Color Harmonies of #BFD45C
Complementary color
Monochromatic Colors of #BFD45C
Black with #BFD45C
Text Example
Text Example
White with #BFD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD45C; }
p { color: rgb(191,212,92); }
H1.HeaderClassName
{
color: #BFD45C;
}
.AnyTagClassName
{
color: #BFD45C;
}
</style>
background-color css
<style>
a { background-color: #BFD45C; }
a { background-color: rgb(191,212,92); }
div.DivClassName
{
background-color: #BFD45C;
}
.BgClassName
{
background-color: #BFD45C;
}
</style>
border-color css
<style>
span { border-color: #BFD45C; }
span { border-color: rgb(191,212,92); }
td.TdClassName
{
border-color: #BFD45C;
}
.TagClassName
{
border-color: #BFD45C;
}
</style>