Shades of Wild Willow #BFC267
Tints of Wild Willow #BFC267
RGB
CMYK
RGB Variations
Color information
#BFC267 (or 0xBFC267) is known color: Wild Willow. HEX triplet: BF, C2 and 67. RGB value is (191,194,103). Sum of RGB (Red+Green+Blue) = 191+194+103=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC267 is #403D98. Grayscale: #B7B7B7. Windows color (decimal): -4210073 or 6800063. OLE color: 6800063.
HSL color Cylindrical-coordinate representation of color #BFC267: hue angle of 61.98º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC267 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 103 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.24 |
| HSL | 61.98º | 0.43% | 0.58% | - |
| HSV(B) | 61.98º | 0.47% | 0.76% | - |
| XYZ | 43.23 | 50.64 | 20.33 | - |
| YUV | 182.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 103 | 0.02 | 0 | 0.47 | 0.24 | 61.98 | 0.43 | 0.58 |
| Hex | BF | C2 | 67 | 2 | 0 | 2F | 18 | 3E | 2B | 3A |
| Octal | 277 | 302 | 147 | 2 | 0 | 57 | 30 | 76 | 53 | 72 |
| Binary | 10111111 | 11000010 | 1100111 | 10 | 0 | 101111 | 11000 | 111110 | 101011 | 111010 |
Color Harmonies of #BFC267
Complementary color
Monochromatic Colors of #BFC267
Black with #BFC267
Text Example
Text Example
White with #BFC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC267; }
p { color: rgb(191,194,103); }
H1.HeaderClassName
{
color: #BFC267;
}
.AnyTagClassName
{
color: #BFC267;
}
</style>
background-color css
<style>
a { background-color: #BFC267; }
a { background-color: rgb(191,194,103); }
div.DivClassName
{
background-color: #BFC267;
}
.BgClassName
{
background-color: #BFC267;
}
</style>
border-color css
<style>
span { border-color: #BFC267; }
span { border-color: rgb(191,194,103); }
td.TdClassName
{
border-color: #BFC267;
}
.TagClassName
{
border-color: #BFC267;
}
</style>