Shades of Wild Willow #BFCC50
Tints of Wild Willow #BFCC50
RGB
CMYK
RGB Variations
Color information
#BFCC50 (or 0xBFCC50) is known color: Wild Willow. HEX triplet: BF, CC and 50. RGB value is (191,204,80). Sum of RGB (Red+Green+Blue) = 191+204+80=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC50 is #4033AF. Grayscale: #BABABA. Windows color (decimal): -4207536 or 5295295. OLE color: 5295295.
HSL color Cylindrical-coordinate representation of color #BFCC50: hue angle of 66.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFCC50 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 80 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.2 |
| HSL | 66.29º | 0.55% | 0.56% | - |
| HSV(B) | 66.29º | 0.61% | 0.8% | - |
| XYZ | 44.53 | 54.84 | 15.83 | - |
| YUV | 185.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 80 | 0.06 | 0 | 0.61 | 0.2 | 66.29 | 0.55 | 0.56 |
| Hex | BF | CC | 50 | 6 | 0 | 3D | 14 | 42 | 37 | 38 |
| Octal | 277 | 314 | 120 | 6 | 0 | 75 | 24 | 102 | 67 | 70 |
| Binary | 10111111 | 11001100 | 1010000 | 110 | 0 | 111101 | 10100 | 1000010 | 110111 | 111000 |
Color Harmonies of #BFCC50
Complementary color
Monochromatic Colors of #BFCC50
Black with #BFCC50
Text Example
Text Example
White with #BFCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC50; }
p { color: rgb(191,204,80); }
H1.HeaderClassName
{
color: #BFCC50;
}
.AnyTagClassName
{
color: #BFCC50;
}
</style>
background-color css
<style>
a { background-color: #BFCC50; }
a { background-color: rgb(191,204,80); }
div.DivClassName
{
background-color: #BFCC50;
}
.BgClassName
{
background-color: #BFCC50;
}
</style>
border-color css
<style>
span { border-color: #BFCC50; }
span { border-color: rgb(191,204,80); }
td.TdClassName
{
border-color: #BFCC50;
}
.TagClassName
{
border-color: #BFCC50;
}
</style>