Shades of Wild Willow #BFCC6F
Tints of Wild Willow #BFCC6F
RGB
CMYK
RGB Variations
Color information
#BFCC6F (or 0xBFCC6F) is known color: Wild Willow. HEX triplet: BF, CC and 6F. RGB value is (191,204,111). Sum of RGB (Red+Green+Blue) = 191+204+111=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC6F is #403390. Grayscale: #BDBDBD. Windows color (decimal): -4207505 or 7326911. OLE color: 7326911.
HSL color Cylindrical-coordinate representation of color #BFCC6F: hue angle of 68.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCC6F is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 111 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.2 |
| HSL | 68.39º | 0.48% | 0.62% | - |
| HSV(B) | 68.39º | 0.46% | 0.8% | - |
| XYZ | 45.95 | 55.41 | 23.31 | - |
| YUV | 189.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 111 | 0.06 | 0 | 0.46 | 0.2 | 68.39 | 0.48 | 0.62 |
| Hex | BF | CC | 6F | 6 | 0 | 2E | 14 | 44 | 30 | 3E |
| Octal | 277 | 314 | 157 | 6 | 0 | 56 | 24 | 104 | 60 | 76 |
| Binary | 10111111 | 11001100 | 1101111 | 110 | 0 | 101110 | 10100 | 1000100 | 110000 | 111110 |
Color Harmonies of #BFCC6F
Complementary color
Monochromatic Colors of #BFCC6F
Black with #BFCC6F
Text Example
Text Example
White with #BFCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC6F; }
p { color: rgb(191,204,111); }
H1.HeaderClassName
{
color: #BFCC6F;
}
.AnyTagClassName
{
color: #BFCC6F;
}
</style>
background-color css
<style>
a { background-color: #BFCC6F; }
a { background-color: rgb(191,204,111); }
div.DivClassName
{
background-color: #BFCC6F;
}
.BgClassName
{
background-color: #BFCC6F;
}
</style>
border-color css
<style>
span { border-color: #BFCC6F; }
span { border-color: rgb(191,204,111); }
td.TdClassName
{
border-color: #BFCC6F;
}
.TagClassName
{
border-color: #BFCC6F;
}
</style>