Shades of Wild Willow #BFC05D
Tints of Wild Willow #BFC05D
RGB
CMYK
RGB Variations
Color information
#BFC05D (or 0xBFC05D) is known color: Wild Willow. HEX triplet: BF, C0 and 5D. RGB value is (191,192,93). Sum of RGB (Red+Green+Blue) = 191+192+93=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC05D is #403FA2. Grayscale: #B4B4B4. Windows color (decimal): -4210595 or 6144191. OLE color: 6144191.
HSL color Cylindrical-coordinate representation of color #BFC05D: hue angle of 60.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC05D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 93 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.25 |
| HSL | 60.61º | 0.44% | 0.56% | - |
| HSV(B) | 60.61º | 0.52% | 0.75% | - |
| XYZ | 42.31 | 49.57 | 17.69 | - |
| YUV | 180.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 93 | 0.01 | 0 | 0.52 | 0.25 | 60.61 | 0.44 | 0.56 |
| Hex | BF | C0 | 5D | 1 | 0 | 34 | 19 | 3D | 2C | 38 |
| Octal | 277 | 300 | 135 | 1 | 0 | 64 | 31 | 75 | 54 | 70 |
| Binary | 10111111 | 11000000 | 1011101 | 1 | 0 | 110100 | 11001 | 111101 | 101100 | 111000 |
Color Harmonies of #BFC05D
Complementary color
Monochromatic Colors of #BFC05D
Black with #BFC05D
Text Example
Text Example
White with #BFC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC05D; }
p { color: rgb(191,192,93); }
H1.HeaderClassName
{
color: #BFC05D;
}
.AnyTagClassName
{
color: #BFC05D;
}
</style>
background-color css
<style>
a { background-color: #BFC05D; }
a { background-color: rgb(191,192,93); }
div.DivClassName
{
background-color: #BFC05D;
}
.BgClassName
{
background-color: #BFC05D;
}
</style>
border-color css
<style>
span { border-color: #BFC05D; }
span { border-color: rgb(191,192,93); }
td.TdClassName
{
border-color: #BFC05D;
}
.TagClassName
{
border-color: #BFC05D;
}
</style>