Shades of Wild Willow #BFCB60
Tints of Wild Willow #BFCB60
RGB
CMYK
RGB Variations
Color information
#BFCB60 (or 0xBFCB60) is known color: Wild Willow. HEX triplet: BF, CB and 60. RGB value is (191,203,96). Sum of RGB (Red+Green+Blue) = 191+203+96=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB60 is #40349F. Grayscale: #BBBBBB. Windows color (decimal): -4207776 or 6343615. OLE color: 6343615.
HSL color Cylindrical-coordinate representation of color #BFCB60: hue angle of 66.73º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFCB60 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 96 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.20 |
| HSL | 66.73º | 0.51% | 0.59% | - |
| HSV(B) | 66.73º | 0.53% | 0.8% | - |
| XYZ | 44.95 | 54.63 | 19.24 | - |
| YUV | 187.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 96 | 0.06 | 0 | 0.53 | 0.20 | 66.73 | 0.51 | 0.59 |
| Hex | BF | CB | 60 | 6 | 0 | 35 | 14 | 43 | 33 | 3B |
| Octal | 277 | 313 | 140 | 6 | 0 | 65 | 24 | 103 | 63 | 73 |
| Binary | 10111111 | 11001011 | 1100000 | 110 | 0 | 110101 | 10100 | 1000011 | 110011 | 111011 |
Color Harmonies of #BFCB60
Complementary color
Monochromatic Colors of #BFCB60
Black with #BFCB60
Text Example
Text Example
White with #BFCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB60; }
p { color: rgb(191,203,96); }
H1.HeaderClassName
{
color: #BFCB60;
}
.AnyTagClassName
{
color: #BFCB60;
}
</style>
background-color css
<style>
a { background-color: #BFCB60; }
a { background-color: rgb(191,203,96); }
div.DivClassName
{
background-color: #BFCB60;
}
.BgClassName
{
background-color: #BFCB60;
}
</style>
border-color css
<style>
span { border-color: #BFCB60; }
span { border-color: rgb(191,203,96); }
td.TdClassName
{
border-color: #BFCB60;
}
.TagClassName
{
border-color: #BFCB60;
}
</style>