Shades of Wild Willow #BFCC55
Tints of Wild Willow #BFCC55
RGB
CMYK
RGB Variations
Color information
#BFCC55 (or 0xBFCC55) is known color: Wild Willow. HEX triplet: BF, CC and 55. RGB value is (191,204,85). Sum of RGB (Red+Green+Blue) = 191+204+85=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC55 is #4033AA. Grayscale: #BBBBBB. Windows color (decimal): -4207531 or 5622975. OLE color: 5622975.
HSL color Cylindrical-coordinate representation of color #BFCC55: hue angle of 66.55º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFCC55 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 85 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.2 |
| HSL | 66.55º | 0.54% | 0.57% | - |
| HSV(B) | 66.55º | 0.58% | 0.8% | - |
| XYZ | 44.72 | 54.92 | 16.84 | - |
| YUV | 186.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 85 | 0.06 | 0 | 0.58 | 0.2 | 66.55 | 0.54 | 0.57 |
| Hex | BF | CC | 55 | 6 | 0 | 3A | 14 | 43 | 36 | 39 |
| Octal | 277 | 314 | 125 | 6 | 0 | 72 | 24 | 103 | 66 | 71 |
| Binary | 10111111 | 11001100 | 1010101 | 110 | 0 | 111010 | 10100 | 1000011 | 110110 | 111001 |
Color Harmonies of #BFCC55
Complementary color
Monochromatic Colors of #BFCC55
Black with #BFCC55
Text Example
Text Example
White with #BFCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC55; }
p { color: rgb(191,204,85); }
H1.HeaderClassName
{
color: #BFCC55;
}
.AnyTagClassName
{
color: #BFCC55;
}
</style>
background-color css
<style>
a { background-color: #BFCC55; }
a { background-color: rgb(191,204,85); }
div.DivClassName
{
background-color: #BFCC55;
}
.BgClassName
{
background-color: #BFCC55;
}
</style>
border-color css
<style>
span { border-color: #BFCC55; }
span { border-color: rgb(191,204,85); }
td.TdClassName
{
border-color: #BFCC55;
}
.TagClassName
{
border-color: #BFCC55;
}
</style>