Shades of Wild Willow #BFCB6A
Tints of Wild Willow #BFCB6A
RGB
CMYK
RGB Variations
Color information
#BFCB6A (or 0xBFCB6A) is known color: Wild Willow. HEX triplet: BF, CB and 6A. RGB value is (191,203,106). Sum of RGB (Red+Green+Blue) = 191+203+106=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB6A is #403495. Grayscale: #BCBCBC. Windows color (decimal): -4207766 or 6998975. OLE color: 6998975.
HSL color Cylindrical-coordinate representation of color #BFCB6A: hue angle of 67.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFCB6A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 106 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.20 |
| HSL | 67.42º | 0.48% | 0.61% | - |
| HSV(B) | 67.42º | 0.48% | 0.8% | - |
| XYZ | 45.44 | 54.83 | 21.82 | - |
| YUV | 188.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 106 | 0.06 | 0 | 0.48 | 0.20 | 67.42 | 0.48 | 0.61 |
| Hex | BF | CB | 6A | 6 | 0 | 30 | 14 | 43 | 30 | 3D |
| Octal | 277 | 313 | 152 | 6 | 0 | 60 | 24 | 103 | 60 | 75 |
| Binary | 10111111 | 11001011 | 1101010 | 110 | 0 | 110000 | 10100 | 1000011 | 110000 | 111101 |
Color Harmonies of #BFCB6A
Complementary color
Monochromatic Colors of #BFCB6A
Black with #BFCB6A
Text Example
Text Example
White with #BFCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB6A; }
p { color: rgb(191,203,106); }
H1.HeaderClassName
{
color: #BFCB6A;
}
.AnyTagClassName
{
color: #BFCB6A;
}
</style>
background-color css
<style>
a { background-color: #BFCB6A; }
a { background-color: rgb(191,203,106); }
div.DivClassName
{
background-color: #BFCB6A;
}
.BgClassName
{
background-color: #BFCB6A;
}
</style>
border-color css
<style>
span { border-color: #BFCB6A; }
span { border-color: rgb(191,203,106); }
td.TdClassName
{
border-color: #BFCB6A;
}
.TagClassName
{
border-color: #BFCB6A;
}
</style>