Shades of Wild Willow #BFCD6E
Tints of Wild Willow #BFCD6E
RGB
CMYK
RGB Variations
Color information
#BFCD6E (or 0xBFCD6E) is known color: Wild Willow. HEX triplet: BF, CD and 6E. RGB value is (191,205,110). Sum of RGB (Red+Green+Blue) = 191+205+110=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD6E is #403291. Grayscale: #BEBEBE. Windows color (decimal): -4207250 or 7261631. OLE color: 7261631.
HSL color Cylindrical-coordinate representation of color #BFCD6E: hue angle of 68.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCD6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 110 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.20 |
| HSL | 68.84º | 0.49% | 0.62% | - |
| HSV(B) | 68.84º | 0.46% | 0.8% | - |
| XYZ | 46.13 | 55.86 | 23.1 | - |
| YUV | 189.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 110 | 0.07 | 0 | 0.46 | 0.20 | 68.84 | 0.49 | 0.62 |
| Hex | BF | CD | 6E | 7 | 0 | 2E | 14 | 45 | 31 | 3E |
| Octal | 277 | 315 | 156 | 7 | 0 | 56 | 24 | 105 | 61 | 76 |
| Binary | 10111111 | 11001101 | 1101110 | 111 | 0 | 101110 | 10100 | 1000101 | 110001 | 111110 |
Color Harmonies of #BFCD6E
Complementary color
Monochromatic Colors of #BFCD6E
Black with #BFCD6E
Text Example
Text Example
White with #BFCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD6E; }
p { color: rgb(191,205,110); }
H1.HeaderClassName
{
color: #BFCD6E;
}
.AnyTagClassName
{
color: #BFCD6E;
}
</style>
background-color css
<style>
a { background-color: #BFCD6E; }
a { background-color: rgb(191,205,110); }
div.DivClassName
{
background-color: #BFCD6E;
}
.BgClassName
{
background-color: #BFCD6E;
}
</style>
border-color css
<style>
span { border-color: #BFCD6E; }
span { border-color: rgb(191,205,110); }
td.TdClassName
{
border-color: #BFCD6E;
}
.TagClassName
{
border-color: #BFCD6E;
}
</style>