Shades of Wild Willow #BFCC70
Tints of Wild Willow #BFCC70
RGB
CMYK
RGB Variations
Color information
#BFCC70 (or 0xBFCC70) is known color: Wild Willow. HEX triplet: BF, CC and 70. RGB value is (191,204,112). Sum of RGB (Red+Green+Blue) = 191+204+112=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC70 is #40338F. Grayscale: #BDBDBD. Windows color (decimal): -4207504 or 7392447. OLE color: 7392447.
HSL color Cylindrical-coordinate representation of color #BFCC70: hue angle of 68.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFCC70 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 112 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.2 |
| HSL | 68.48º | 0.47% | 0.62% | - |
| HSV(B) | 68.48º | 0.45% | 0.8% | - |
| XYZ | 46 | 55.43 | 23.6 | - |
| YUV | 189.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 112 | 0.06 | 0 | 0.45 | 0.2 | 68.48 | 0.47 | 0.62 |
| Hex | BF | CC | 70 | 6 | 0 | 2D | 14 | 44 | 2F | 3E |
| Octal | 277 | 314 | 160 | 6 | 0 | 55 | 24 | 104 | 57 | 76 |
| Binary | 10111111 | 11001100 | 1110000 | 110 | 0 | 101101 | 10100 | 1000100 | 101111 | 111110 |
Color Harmonies of #BFCC70
Complementary color
Monochromatic Colors of #BFCC70
Black with #BFCC70
Text Example
Text Example
White with #BFCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC70; }
p { color: rgb(191,204,112); }
H1.HeaderClassName
{
color: #BFCC70;
}
.AnyTagClassName
{
color: #BFCC70;
}
</style>
background-color css
<style>
a { background-color: #BFCC70; }
a { background-color: rgb(191,204,112); }
div.DivClassName
{
background-color: #BFCC70;
}
.BgClassName
{
background-color: #BFCC70;
}
</style>
border-color css
<style>
span { border-color: #BFCC70; }
span { border-color: rgb(191,204,112); }
td.TdClassName
{
border-color: #BFCC70;
}
.TagClassName
{
border-color: #BFCC70;
}
</style>