Shades of Wild Willow #BBC05F
Tints of Wild Willow #BBC05F
RGB
CMYK
RGB Variations
Color information
#BBC05F (or 0xBBC05F) is known color: Wild Willow. HEX triplet: BB, C0 and 5F. RGB value is (187,192,95). Sum of RGB (Red+Green+Blue) = 187+192+95=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC05F is #443FA0. Grayscale: #B3B3B3. Windows color (decimal): -4472737 or 6275259. OLE color: 6275259.
HSL color Cylindrical-coordinate representation of color #BBC05F: hue angle of 63.09º 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 #BBC05F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 95 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.25 |
| HSL | 63.09º | 0.43% | 0.56% | - |
| HSV(B) | 63.09º | 0.51% | 0.75% | - |
| XYZ | 41.41 | 49.09 | 18.12 | - |
| YUV | 179.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 95 | 0.03 | 0 | 0.51 | 0.25 | 63.09 | 0.43 | 0.56 |
| Hex | BB | C0 | 5F | 3 | 0 | 33 | 19 | 3F | 2B | 38 |
| Octal | 273 | 300 | 137 | 3 | 0 | 63 | 31 | 77 | 53 | 70 |
| Binary | 10111011 | 11000000 | 1011111 | 11 | 0 | 110011 | 11001 | 111111 | 101011 | 111000 |
Color Harmonies of #BBC05F
Complementary color
Monochromatic Colors of #BBC05F
Black with #BBC05F
Text Example
Text Example
White with #BBC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC05F; }
p { color: rgb(187,192,95); }
H1.HeaderClassName
{
color: #BBC05F;
}
.AnyTagClassName
{
color: #BBC05F;
}
</style>
background-color css
<style>
a { background-color: #BBC05F; }
a { background-color: rgb(187,192,95); }
div.DivClassName
{
background-color: #BBC05F;
}
.BgClassName
{
background-color: #BBC05F;
}
</style>
border-color css
<style>
span { border-color: #BBC05F; }
span { border-color: rgb(187,192,95); }
td.TdClassName
{
border-color: #BBC05F;
}
.TagClassName
{
border-color: #BBC05F;
}
</style>