Shades of Wild Willow #BFCC6C
Tints of Wild Willow #BFCC6C
RGB
CMYK
RGB Variations
Color information
#BFCC6C (or 0xBFCC6C) is known color: Wild Willow. HEX triplet: BF, CC and 6C. RGB value is (191,204,108). Sum of RGB (Red+Green+Blue) = 191+204+108=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC6C is #403393. Grayscale: #BDBDBD. Windows color (decimal): -4207508 or 7130303. OLE color: 7130303.
HSL color Cylindrical-coordinate representation of color #BFCC6C: hue angle of 68.13º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFCC6C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 108 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.2 |
| HSL | 68.13º | 0.48% | 0.61% | - |
| HSV(B) | 68.13º | 0.47% | 0.8% | - |
| XYZ | 45.79 | 55.34 | 22.46 | - |
| YUV | 189.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 108 | 0.06 | 0 | 0.47 | 0.2 | 68.13 | 0.48 | 0.61 |
| Hex | BF | CC | 6C | 6 | 0 | 2F | 14 | 44 | 30 | 3D |
| Octal | 277 | 314 | 154 | 6 | 0 | 57 | 24 | 104 | 60 | 75 |
| Binary | 10111111 | 11001100 | 1101100 | 110 | 0 | 101111 | 10100 | 1000100 | 110000 | 111101 |
Color Harmonies of #BFCC6C
Complementary color
Monochromatic Colors of #BFCC6C
Black with #BFCC6C
Text Example
Text Example
White with #BFCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC6C; }
p { color: rgb(191,204,108); }
H1.HeaderClassName
{
color: #BFCC6C;
}
.AnyTagClassName
{
color: #BFCC6C;
}
</style>
background-color css
<style>
a { background-color: #BFCC6C; }
a { background-color: rgb(191,204,108); }
div.DivClassName
{
background-color: #BFCC6C;
}
.BgClassName
{
background-color: #BFCC6C;
}
</style>
border-color css
<style>
span { border-color: #BFCC6C; }
span { border-color: rgb(191,204,108); }
td.TdClassName
{
border-color: #BFCC6C;
}
.TagClassName
{
border-color: #BFCC6C;
}
</style>