Shades of Wild Willow #BFC45A
Tints of Wild Willow #BFC45A
RGB
CMYK
RGB Variations
Color information
#BFC45A (or 0xBFC45A) is known color: Wild Willow. HEX triplet: BF, C4 and 5A. RGB value is (191,196,90). Sum of RGB (Red+Green+Blue) = 191+196+90=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC45A is #403BA5. Grayscale: #B6B6B6. Windows color (decimal): -4209574 or 5948607. OLE color: 5948607.
HSL color Cylindrical-coordinate representation of color #BFC45A: hue angle of 62.83º degrees, saturation: 0.47, 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 #BFC45A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 90 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.23 |
| HSL | 62.83º | 0.47% | 0.56% | - |
| HSV(B) | 62.83º | 0.54% | 0.77% | - |
| XYZ | 43.07 | 51.29 | 17.3 | - |
| YUV | 182.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 90 | 0.03 | 0 | 0.54 | 0.23 | 62.83 | 0.47 | 0.56 |
| Hex | BF | C4 | 5A | 3 | 0 | 36 | 17 | 3F | 2F | 38 |
| Octal | 277 | 304 | 132 | 3 | 0 | 66 | 27 | 77 | 57 | 70 |
| Binary | 10111111 | 11000100 | 1011010 | 11 | 0 | 110110 | 10111 | 111111 | 101111 | 111000 |
Color Harmonies of #BFC45A
Complementary color
Monochromatic Colors of #BFC45A
Black with #BFC45A
Text Example
Text Example
White with #BFC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC45A; }
p { color: rgb(191,196,90); }
H1.HeaderClassName
{
color: #BFC45A;
}
.AnyTagClassName
{
color: #BFC45A;
}
</style>
background-color css
<style>
a { background-color: #BFC45A; }
a { background-color: rgb(191,196,90); }
div.DivClassName
{
background-color: #BFC45A;
}
.BgClassName
{
background-color: #BFC45A;
}
</style>
border-color css
<style>
span { border-color: #BFC45A; }
span { border-color: rgb(191,196,90); }
td.TdClassName
{
border-color: #BFC45A;
}
.TagClassName
{
border-color: #BFC45A;
}
</style>