Shades of Wild Willow #BFCB6D
Tints of Wild Willow #BFCB6D
RGB
CMYK
RGB Variations
Color information
#BFCB6D (or 0xBFCB6D) is known color: Wild Willow. HEX triplet: BF, CB and 6D. RGB value is (191,203,109). Sum of RGB (Red+Green+Blue) = 191+203+109=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB6D is #403492. Grayscale: #BDBDBD. Windows color (decimal): -4207763 or 7195583. OLE color: 7195583.
HSL color Cylindrical-coordinate representation of color #BFCB6D: hue angle of 67.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCB6D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 109 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.20 |
| HSL | 67.66º | 0.47% | 0.61% | - |
| HSV(B) | 67.66º | 0.46% | 0.8% | - |
| XYZ | 45.6 | 54.89 | 22.66 | - |
| YUV | 188.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 109 | 0.06 | 0 | 0.46 | 0.20 | 67.66 | 0.47 | 0.61 |
| Hex | BF | CB | 6D | 6 | 0 | 2E | 14 | 44 | 2F | 3D |
| Octal | 277 | 313 | 155 | 6 | 0 | 56 | 24 | 104 | 57 | 75 |
| Binary | 10111111 | 11001011 | 1101101 | 110 | 0 | 101110 | 10100 | 1000100 | 101111 | 111101 |
Color Harmonies of #BFCB6D
Complementary color
Monochromatic Colors of #BFCB6D
Black with #BFCB6D
Text Example
Text Example
White with #BFCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB6D; }
p { color: rgb(191,203,109); }
H1.HeaderClassName
{
color: #BFCB6D;
}
.AnyTagClassName
{
color: #BFCB6D;
}
</style>
background-color css
<style>
a { background-color: #BFCB6D; }
a { background-color: rgb(191,203,109); }
div.DivClassName
{
background-color: #BFCB6D;
}
.BgClassName
{
background-color: #BFCB6D;
}
</style>
border-color css
<style>
span { border-color: #BFCB6D; }
span { border-color: rgb(191,203,109); }
td.TdClassName
{
border-color: #BFCB6D;
}
.TagClassName
{
border-color: #BFCB6D;
}
</style>