Shades of Wild Willow #BFCD4F
Tints of Wild Willow #BFCD4F
RGB
CMYK
RGB Variations
Color information
#BFCD4F (or 0xBFCD4F) is known color: Wild Willow. HEX triplet: BF, CD and 4F. RGB value is (191,205,79). Sum of RGB (Red+Green+Blue) = 191+205+79=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD4F is #4032B0. Grayscale: #BABABA. Windows color (decimal): -4207281 or 5230015. OLE color: 5230015.
HSL color Cylindrical-coordinate representation of color #BFCD4F: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFCD4F is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 79 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.20 |
| HSL | 66.67º | 0.56% | 0.56% | - |
| HSV(B) | 66.67º | 0.61% | 0.8% | - |
| XYZ | 44.73 | 55.3 | 15.71 | - |
| YUV | 186.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 79 | 0.07 | 0 | 0.61 | 0.20 | 66.67 | 0.56 | 0.56 |
| Hex | BF | CD | 4F | 7 | 0 | 3D | 14 | 43 | 38 | 38 |
| Octal | 277 | 315 | 117 | 7 | 0 | 75 | 24 | 103 | 70 | 70 |
| Binary | 10111111 | 11001101 | 1001111 | 111 | 0 | 111101 | 10100 | 1000011 | 111000 | 111000 |
Color Harmonies of #BFCD4F
Complementary color
Monochromatic Colors of #BFCD4F
Black with #BFCD4F
Text Example
Text Example
White with #BFCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD4F; }
p { color: rgb(191,205,79); }
H1.HeaderClassName
{
color: #BFCD4F;
}
.AnyTagClassName
{
color: #BFCD4F;
}
</style>
background-color css
<style>
a { background-color: #BFCD4F; }
a { background-color: rgb(191,205,79); }
div.DivClassName
{
background-color: #BFCD4F;
}
.BgClassName
{
background-color: #BFCD4F;
}
</style>
border-color css
<style>
span { border-color: #BFCD4F; }
span { border-color: rgb(191,205,79); }
td.TdClassName
{
border-color: #BFCD4F;
}
.TagClassName
{
border-color: #BFCD4F;
}
</style>