Shades of Wild Willow #BBCF5D
Tints of Wild Willow #BBCF5D
RGB
CMYK
RGB Variations
Color information
#BBCF5D (or 0xBBCF5D) is known color: Wild Willow. HEX triplet: BB, CF and 5D. RGB value is (187,207,93). Sum of RGB (Red+Green+Blue) = 187+207+93=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF5D is #4430A2. Grayscale: #BCBCBC. Windows color (decimal): -4468899 or 6148027. OLE color: 6148027.
HSL color Cylindrical-coordinate representation of color #BBCF5D: hue angle of 70.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBCF5D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 93 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.19 |
| HSL | 70.53º | 0.54% | 0.59% | - |
| HSV(B) | 70.53º | 0.55% | 0.81% | - |
| XYZ | 44.78 | 55.98 | 18.8 | - |
| YUV | 188.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 93 | 0.10 | 0 | 0.55 | 0.19 | 70.53 | 0.54 | 0.59 |
| Hex | BB | CF | 5D | A | 0 | 37 | 13 | 47 | 36 | 3B |
| Octal | 273 | 317 | 135 | 12 | 0 | 67 | 23 | 107 | 66 | 73 |
| Binary | 10111011 | 11001111 | 1011101 | 1010 | 0 | 110111 | 10011 | 1000111 | 110110 | 111011 |
Color Harmonies of #BBCF5D
Complementary color
Monochromatic Colors of #BBCF5D
Black with #BBCF5D
Text Example
Text Example
White with #BBCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF5D; }
p { color: rgb(187,207,93); }
H1.HeaderClassName
{
color: #BBCF5D;
}
.AnyTagClassName
{
color: #BBCF5D;
}
</style>
background-color css
<style>
a { background-color: #BBCF5D; }
a { background-color: rgb(187,207,93); }
div.DivClassName
{
background-color: #BBCF5D;
}
.BgClassName
{
background-color: #BBCF5D;
}
</style>
border-color css
<style>
span { border-color: #BBCF5D; }
span { border-color: rgb(187,207,93); }
td.TdClassName
{
border-color: #BBCF5D;
}
.TagClassName
{
border-color: #BBCF5D;
}
</style>