Shades of Wild Willow #BFCC58
Tints of Wild Willow #BFCC58
RGB
CMYK
RGB Variations
Color information
#BFCC58 (or 0xBFCC58) is known color: Wild Willow. HEX triplet: BF, CC and 58. RGB value is (191,204,88). Sum of RGB (Red+Green+Blue) = 191+204+88=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC58 is #4033A7. Grayscale: #BBBBBB. Windows color (decimal): -4207528 or 5819583. OLE color: 5819583.
HSL color Cylindrical-coordinate representation of color #BFCC58: hue angle of 66.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFCC58 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 88 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.2 |
| HSL | 66.72º | 0.53% | 0.57% | - |
| HSV(B) | 66.72º | 0.57% | 0.8% | - |
| XYZ | 44.84 | 54.97 | 17.48 | - |
| YUV | 186.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 88 | 0.06 | 0 | 0.57 | 0.2 | 66.72 | 0.53 | 0.57 |
| Hex | BF | CC | 58 | 6 | 0 | 39 | 14 | 43 | 35 | 39 |
| Octal | 277 | 314 | 130 | 6 | 0 | 71 | 24 | 103 | 65 | 71 |
| Binary | 10111111 | 11001100 | 1011000 | 110 | 0 | 111001 | 10100 | 1000011 | 110101 | 111001 |
Color Harmonies of #BFCC58
Complementary color
Monochromatic Colors of #BFCC58
Black with #BFCC58
Text Example
Text Example
White with #BFCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC58; }
p { color: rgb(191,204,88); }
H1.HeaderClassName
{
color: #BFCC58;
}
.AnyTagClassName
{
color: #BFCC58;
}
</style>
background-color css
<style>
a { background-color: #BFCC58; }
a { background-color: rgb(191,204,88); }
div.DivClassName
{
background-color: #BFCC58;
}
.BgClassName
{
background-color: #BFCC58;
}
</style>
border-color css
<style>
span { border-color: #BFCC58; }
span { border-color: rgb(191,204,88); }
td.TdClassName
{
border-color: #BFCC58;
}
.TagClassName
{
border-color: #BFCC58;
}
</style>