Shades of Wild Willow #BFC25D
Tints of Wild Willow #BFC25D
RGB
CMYK
RGB Variations
Color information
#BFC25D (or 0xBFC25D) is known color: Wild Willow. HEX triplet: BF, C2 and 5D. RGB value is (191,194,93). Sum of RGB (Red+Green+Blue) = 191+194+93=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC25D is #403DA2. Grayscale: #B5B5B5. Windows color (decimal): -4210083 or 6144703. OLE color: 6144703.
HSL color Cylindrical-coordinate representation of color #BFC25D: hue angle of 61.78º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC25D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 93 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.24 |
| HSL | 61.78º | 0.45% | 0.56% | - |
| HSV(B) | 61.78º | 0.52% | 0.76% | - |
| XYZ | 42.75 | 50.45 | 17.84 | - |
| YUV | 181.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 93 | 0.02 | 0 | 0.52 | 0.24 | 61.78 | 0.45 | 0.56 |
| Hex | BF | C2 | 5D | 2 | 0 | 34 | 18 | 3E | 2D | 38 |
| Octal | 277 | 302 | 135 | 2 | 0 | 64 | 30 | 76 | 55 | 70 |
| Binary | 10111111 | 11000010 | 1011101 | 10 | 0 | 110100 | 11000 | 111110 | 101101 | 111000 |
Color Harmonies of #BFC25D
Complementary color
Monochromatic Colors of #BFC25D
Black with #BFC25D
Text Example
Text Example
White with #BFC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC25D; }
p { color: rgb(191,194,93); }
H1.HeaderClassName
{
color: #BFC25D;
}
.AnyTagClassName
{
color: #BFC25D;
}
</style>
background-color css
<style>
a { background-color: #BFC25D; }
a { background-color: rgb(191,194,93); }
div.DivClassName
{
background-color: #BFC25D;
}
.BgClassName
{
background-color: #BFC25D;
}
</style>
border-color css
<style>
span { border-color: #BFC25D; }
span { border-color: rgb(191,194,93); }
td.TdClassName
{
border-color: #BFC25D;
}
.TagClassName
{
border-color: #BFC25D;
}
</style>