Shades of Wild Willow #BFCD54
Tints of Wild Willow #BFCD54
RGB
CMYK
RGB Variations
Color information
#BFCD54 (or 0xBFCD54) is known color: Wild Willow. HEX triplet: BF, CD and 54. RGB value is (191,205,84). Sum of RGB (Red+Green+Blue) = 191+205+84=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD54 is #4032AB. Grayscale: #BBBBBB. Windows color (decimal): -4207276 or 5557695. OLE color: 5557695.
HSL color Cylindrical-coordinate representation of color #BFCD54: hue angle of 66.94º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFCD54 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 84 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.20 |
| HSL | 66.94º | 0.55% | 0.57% | - |
| HSV(B) | 66.94º | 0.59% | 0.8% | - |
| XYZ | 44.92 | 55.38 | 16.71 | - |
| YUV | 187.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 84 | 0.07 | 0 | 0.59 | 0.20 | 66.94 | 0.55 | 0.57 |
| Hex | BF | CD | 54 | 7 | 0 | 3B | 14 | 43 | 37 | 39 |
| Octal | 277 | 315 | 124 | 7 | 0 | 73 | 24 | 103 | 67 | 71 |
| Binary | 10111111 | 11001101 | 1010100 | 111 | 0 | 111011 | 10100 | 1000011 | 110111 | 111001 |
Color Harmonies of #BFCD54
Complementary color
Monochromatic Colors of #BFCD54
Black with #BFCD54
Text Example
Text Example
White with #BFCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD54; }
p { color: rgb(191,205,84); }
H1.HeaderClassName
{
color: #BFCD54;
}
.AnyTagClassName
{
color: #BFCD54;
}
</style>
background-color css
<style>
a { background-color: #BFCD54; }
a { background-color: rgb(191,205,84); }
div.DivClassName
{
background-color: #BFCD54;
}
.BgClassName
{
background-color: #BFCD54;
}
</style>
border-color css
<style>
span { border-color: #BFCD54; }
span { border-color: rgb(191,205,84); }
td.TdClassName
{
border-color: #BFCD54;
}
.TagClassName
{
border-color: #BFCD54;
}
</style>