Shades of Wild Willow #BFCC68
Tints of Wild Willow #BFCC68
RGB
CMYK
RGB Variations
Color information
#BFCC68 (or 0xBFCC68) is known color: Wild Willow. HEX triplet: BF, CC and 68. RGB value is (191,204,104). Sum of RGB (Red+Green+Blue) = 191+204+104=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC68 is #403397. Grayscale: #BDBDBD. Windows color (decimal): -4207512 or 6868159. OLE color: 6868159.
HSL color Cylindrical-coordinate representation of color #BFCC68: hue angle of 67.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFCC68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 104 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.2 |
| HSL | 67.8º | 0.5% | 0.6% | - |
| HSV(B) | 67.8º | 0.49% | 0.8% | - |
| XYZ | 45.58 | 55.26 | 21.36 | - |
| YUV | 188.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 104 | 0.06 | 0 | 0.49 | 0.2 | 67.8 | 0.5 | 0.6 |
| Hex | BF | CC | 68 | 6 | 0 | 31 | 14 | 44 | 32 | 3C |
| Octal | 277 | 314 | 150 | 6 | 0 | 61 | 24 | 104 | 62 | 74 |
| Binary | 10111111 | 11001100 | 1101000 | 110 | 0 | 110001 | 10100 | 1000100 | 110010 | 111100 |
Color Harmonies of #BFCC68
Complementary color
Monochromatic Colors of #BFCC68
Black with #BFCC68
Text Example
Text Example
White with #BFCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC68; }
p { color: rgb(191,204,104); }
H1.HeaderClassName
{
color: #BFCC68;
}
.AnyTagClassName
{
color: #BFCC68;
}
</style>
background-color css
<style>
a { background-color: #BFCC68; }
a { background-color: rgb(191,204,104); }
div.DivClassName
{
background-color: #BFCC68;
}
.BgClassName
{
background-color: #BFCC68;
}
</style>
border-color css
<style>
span { border-color: #BFCC68; }
span { border-color: rgb(191,204,104); }
td.TdClassName
{
border-color: #BFCC68;
}
.TagClassName
{
border-color: #BFCC68;
}
</style>