Shades of Wild Willow #BFCB55
Tints of Wild Willow #BFCB55
RGB
CMYK
RGB Variations
Color information
#BFCB55 (or 0xBFCB55) is known color: Wild Willow. HEX triplet: BF, CB and 55. RGB value is (191,203,85). Sum of RGB (Red+Green+Blue) = 191+203+85=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB55 is #4034AA. Grayscale: #BABABA. Windows color (decimal): -4207787 or 5622719. OLE color: 5622719.
HSL color Cylindrical-coordinate representation of color #BFCB55: hue angle of 66.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFCB55 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 85 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.20 |
| HSL | 66.1º | 0.53% | 0.56% | - |
| HSV(B) | 66.1º | 0.58% | 0.8% | - |
| XYZ | 44.48 | 54.44 | 16.76 | - |
| YUV | 185.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 85 | 0.06 | 0 | 0.58 | 0.20 | 66.1 | 0.53 | 0.56 |
| Hex | BF | CB | 55 | 6 | 0 | 3A | 14 | 42 | 35 | 38 |
| Octal | 277 | 313 | 125 | 6 | 0 | 72 | 24 | 102 | 65 | 70 |
| Binary | 10111111 | 11001011 | 1010101 | 110 | 0 | 111010 | 10100 | 1000010 | 110101 | 111000 |
Color Harmonies of #BFCB55
Complementary color
Monochromatic Colors of #BFCB55
Black with #BFCB55
Text Example
Text Example
White with #BFCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB55; }
p { color: rgb(191,203,85); }
H1.HeaderClassName
{
color: #BFCB55;
}
.AnyTagClassName
{
color: #BFCB55;
}
</style>
background-color css
<style>
a { background-color: #BFCB55; }
a { background-color: rgb(191,203,85); }
div.DivClassName
{
background-color: #BFCB55;
}
.BgClassName
{
background-color: #BFCB55;
}
</style>
border-color css
<style>
span { border-color: #BFCB55; }
span { border-color: rgb(191,203,85); }
td.TdClassName
{
border-color: #BFCB55;
}
.TagClassName
{
border-color: #BFCB55;
}
</style>