Shades of Wild Willow #BFCC51
Tints of Wild Willow #BFCC51
RGB
CMYK
RGB Variations
Color information
#BFCC51 (or 0xBFCC51) is known color: Wild Willow. HEX triplet: BF, CC and 51. RGB value is (191,204,81). Sum of RGB (Red+Green+Blue) = 191+204+81=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC51 is #4033AE. Grayscale: #BABABA. Windows color (decimal): -4207535 or 5360831. OLE color: 5360831.
HSL color Cylindrical-coordinate representation of color #BFCC51: hue angle of 66.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFCC51 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 81 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.2 |
| HSL | 66.34º | 0.55% | 0.56% | - |
| HSV(B) | 66.34º | 0.6% | 0.8% | - |
| XYZ | 44.56 | 54.86 | 16.02 | - |
| YUV | 186.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 81 | 0.06 | 0 | 0.60 | 0.2 | 66.34 | 0.55 | 0.56 |
| Hex | BF | CC | 51 | 6 | 0 | 3C | 14 | 42 | 37 | 38 |
| Octal | 277 | 314 | 121 | 6 | 0 | 74 | 24 | 102 | 67 | 70 |
| Binary | 10111111 | 11001100 | 1010001 | 110 | 0 | 111100 | 10100 | 1000010 | 110111 | 111000 |
Color Harmonies of #BFCC51
Complementary color
Monochromatic Colors of #BFCC51
Black with #BFCC51
Text Example
Text Example
White with #BFCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC51; }
p { color: rgb(191,204,81); }
H1.HeaderClassName
{
color: #BFCC51;
}
.AnyTagClassName
{
color: #BFCC51;
}
</style>
background-color css
<style>
a { background-color: #BFCC51; }
a { background-color: rgb(191,204,81); }
div.DivClassName
{
background-color: #BFCC51;
}
.BgClassName
{
background-color: #BFCC51;
}
</style>
border-color css
<style>
span { border-color: #BFCC51; }
span { border-color: rgb(191,204,81); }
td.TdClassName
{
border-color: #BFCC51;
}
.TagClassName
{
border-color: #BFCC51;
}
</style>