Shades of Wild Willow #BCBF5E
Tints of Wild Willow #BCBF5E
RGB
CMYK
RGB Variations
Color information
#BCBF5E (or 0xBCBF5E) is known color: Wild Willow. HEX triplet: BC, BF and 5E. RGB value is (188,191,94). Sum of RGB (Red+Green+Blue) = 188+191+94=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF5E is #4340A1. Grayscale: #B3B3B3. Windows color (decimal): -4407458 or 6209468. OLE color: 6209468.
HSL color Cylindrical-coordinate representation of color #BCBF5E: hue angle of 61.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBF5E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 191 | 94 | - |
CMYK | 0.02 | 0 | 0.51 | 0.25 |
HSL | 61.86º | 0.43% | 0.56% | - |
HSV(B) | 61.86º | 0.51% | 0.75% | - |
XYZ | 41.39 | 48.76 | 17.82 | - |
YUV | 179.05 | 80.01 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 191 | 94 | 0.02 | 0 | 0.51 | 0.25 | 61.86 | 0.43 | 0.56 |
Hex | BC | BF | 5E | 2 | 0 | 33 | 19 | 3E | 2B | 38 |
Octal | 274 | 277 | 136 | 2 | 0 | 63 | 31 | 76 | 53 | 70 |
Binary | 10111100 | 10111111 | 1011110 | 10 | 0 | 110011 | 11001 | 111110 | 101011 | 111000 |
Color Harmonies of #BCBF5E
Complementary color
Monochromatic Colors of #BCBF5E
Black with #BCBF5E
Text Example
Text Example
White with #BCBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF5E; }
p { color: rgb(188,191,94); }
H1.HeaderClassName
{
color: #BCBF5E;
}
.AnyTagClassName
{
color: #BCBF5E;
}
</style>
background-color css
<style>
a { background-color: #BCBF5E; }
a { background-color: rgb(188,191,94); }
div.DivClassName
{
background-color: #BCBF5E;
}
.BgClassName
{
background-color: #BCBF5E;
}
</style>
border-color css
<style>
span { border-color: #BCBF5E; }
span { border-color: rgb(188,191,94); }
td.TdClassName
{
border-color: #BCBF5E;
}
.TagClassName
{
border-color: #BCBF5E;
}
</style>