Shades of Wild Willow #BFCC64
Tints of Wild Willow #BFCC64
RGB
CMYK
RGB Variations
Color information
#BFCC64 (or 0xBFCC64) is known color: Wild Willow. HEX triplet: BF, CC and 64. RGB value is (191,204,100). Sum of RGB (Red+Green+Blue) = 191+204+100=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC64 is #40339B. Grayscale: #BCBCBC. Windows color (decimal): -4207516 or 6606015. OLE color: 6606015.
HSL color Cylindrical-coordinate representation of color #BFCC64: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCC64 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 100 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.2 |
| HSL | 67.5º | 0.5% | 0.6% | - |
| HSV(B) | 67.5º | 0.51% | 0.8% | - |
| XYZ | 45.38 | 55.18 | 20.32 | - |
| YUV | 188.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 100 | 0.06 | 0 | 0.51 | 0.2 | 67.5 | 0.5 | 0.6 |
| Hex | BF | CC | 64 | 6 | 0 | 33 | 14 | 44 | 32 | 3C |
| Octal | 277 | 314 | 144 | 6 | 0 | 63 | 24 | 104 | 62 | 74 |
| Binary | 10111111 | 11001100 | 1100100 | 110 | 0 | 110011 | 10100 | 1000100 | 110010 | 111100 |
Color Harmonies of #BFCC64
Complementary color
Monochromatic Colors of #BFCC64
Black with #BFCC64
Text Example
Text Example
White with #BFCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC64; }
p { color: rgb(191,204,100); }
H1.HeaderClassName
{
color: #BFCC64;
}
.AnyTagClassName
{
color: #BFCC64;
}
</style>
background-color css
<style>
a { background-color: #BFCC64; }
a { background-color: rgb(191,204,100); }
div.DivClassName
{
background-color: #BFCC64;
}
.BgClassName
{
background-color: #BFCC64;
}
</style>
border-color css
<style>
span { border-color: #BFCC64; }
span { border-color: rgb(191,204,100); }
td.TdClassName
{
border-color: #BFCC64;
}
.TagClassName
{
border-color: #BFCC64;
}
</style>