Shades of Wild Willow #BFC55A
Tints of Wild Willow #BFC55A
RGB
CMYK
RGB Variations
Color information
#BFC55A (or 0xBFC55A) is known color: Wild Willow. HEX triplet: BF, C5 and 5A. RGB value is (191,197,90). Sum of RGB (Red+Green+Blue) = 191+197+90=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC55A is #403AA5. Grayscale: #B7B7B7. Windows color (decimal): -4209318 or 5948863. OLE color: 5948863.
HSL color Cylindrical-coordinate representation of color #BFC55A: hue angle of 63.36º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFC55A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 90 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.23 |
| HSL | 63.36º | 0.48% | 0.56% | - |
| HSV(B) | 63.36º | 0.54% | 0.77% | - |
| XYZ | 43.3 | 51.75 | 17.38 | - |
| YUV | 183.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 90 | 0.03 | 0 | 0.54 | 0.23 | 63.36 | 0.48 | 0.56 |
| Hex | BF | C5 | 5A | 3 | 0 | 36 | 17 | 3F | 30 | 38 |
| Octal | 277 | 305 | 132 | 3 | 0 | 66 | 27 | 77 | 60 | 70 |
| Binary | 10111111 | 11000101 | 1011010 | 11 | 0 | 110110 | 10111 | 111111 | 110000 | 111000 |
Color Harmonies of #BFC55A
Complementary color
Monochromatic Colors of #BFC55A
Black with #BFC55A
Text Example
Text Example
White with #BFC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC55A; }
p { color: rgb(191,197,90); }
H1.HeaderClassName
{
color: #BFC55A;
}
.AnyTagClassName
{
color: #BFC55A;
}
</style>
background-color css
<style>
a { background-color: #BFC55A; }
a { background-color: rgb(191,197,90); }
div.DivClassName
{
background-color: #BFC55A;
}
.BgClassName
{
background-color: #BFC55A;
}
</style>
border-color css
<style>
span { border-color: #BFC55A; }
span { border-color: rgb(191,197,90); }
td.TdClassName
{
border-color: #BFC55A;
}
.TagClassName
{
border-color: #BFC55A;
}
</style>