Shades of Wild Willow #BFCC63
Tints of Wild Willow #BFCC63
RGB
CMYK
RGB Variations
Color information
#BFCC63 (or 0xBFCC63) is known color: Wild Willow. HEX triplet: BF, CC and 63. RGB value is (191,204,99). Sum of RGB (Red+Green+Blue) = 191+204+99=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC63 is #40339C. Grayscale: #BCBCBC. Windows color (decimal): -4207517 or 6540479. OLE color: 6540479.
HSL color Cylindrical-coordinate representation of color #BFCC63: hue angle of 67.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCC63 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 99 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.2 |
| HSL | 67.43º | 0.51% | 0.59% | - |
| HSV(B) | 67.43º | 0.51% | 0.8% | - |
| XYZ | 45.33 | 55.16 | 20.06 | - |
| YUV | 188.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 99 | 0.06 | 0 | 0.51 | 0.2 | 67.43 | 0.51 | 0.59 |
| Hex | BF | CC | 63 | 6 | 0 | 33 | 14 | 43 | 33 | 3B |
| Octal | 277 | 314 | 143 | 6 | 0 | 63 | 24 | 103 | 63 | 73 |
| Binary | 10111111 | 11001100 | 1100011 | 110 | 0 | 110011 | 10100 | 1000011 | 110011 | 111011 |
Color Harmonies of #BFCC63
Complementary color
Monochromatic Colors of #BFCC63
Black with #BFCC63
Text Example
Text Example
White with #BFCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC63; }
p { color: rgb(191,204,99); }
H1.HeaderClassName
{
color: #BFCC63;
}
.AnyTagClassName
{
color: #BFCC63;
}
</style>
background-color css
<style>
a { background-color: #BFCC63; }
a { background-color: rgb(191,204,99); }
div.DivClassName
{
background-color: #BFCC63;
}
.BgClassName
{
background-color: #BFCC63;
}
</style>
border-color css
<style>
span { border-color: #BFCC63; }
span { border-color: rgb(191,204,99); }
td.TdClassName
{
border-color: #BFCC63;
}
.TagClassName
{
border-color: #BFCC63;
}
</style>