Shades of Wild Willow #BBC05D
Tints of Wild Willow #BBC05D
RGB
CMYK
RGB Variations
Color information
#BBC05D (or 0xBBC05D) is known color: Wild Willow. HEX triplet: BB, C0 and 5D. RGB value is (187,192,93). Sum of RGB (Red+Green+Blue) = 187+192+93=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC05D is #443FA2. Grayscale: #B3B3B3. Windows color (decimal): -4472739 or 6144187. OLE color: 6144187.
HSL color Cylindrical-coordinate representation of color #BBC05D: hue angle of 63.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC05D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 93 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.25 |
| HSL | 63.03º | 0.44% | 0.56% | - |
| HSV(B) | 63.03º | 0.52% | 0.75% | - |
| XYZ | 41.32 | 49.05 | 17.65 | - |
| YUV | 179.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 93 | 0.03 | 0 | 0.52 | 0.25 | 63.03 | 0.44 | 0.56 |
| Hex | BB | C0 | 5D | 3 | 0 | 34 | 19 | 3F | 2C | 38 |
| Octal | 273 | 300 | 135 | 3 | 0 | 64 | 31 | 77 | 54 | 70 |
| Binary | 10111011 | 11000000 | 1011101 | 11 | 0 | 110100 | 11001 | 111111 | 101100 | 111000 |
Color Harmonies of #BBC05D
Complementary color
Monochromatic Colors of #BBC05D
Black with #BBC05D
Text Example
Text Example
White with #BBC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC05D; }
p { color: rgb(187,192,93); }
H1.HeaderClassName
{
color: #BBC05D;
}
.AnyTagClassName
{
color: #BBC05D;
}
</style>
background-color css
<style>
a { background-color: #BBC05D; }
a { background-color: rgb(187,192,93); }
div.DivClassName
{
background-color: #BBC05D;
}
.BgClassName
{
background-color: #BBC05D;
}
</style>
border-color css
<style>
span { border-color: #BBC05D; }
span { border-color: rgb(187,192,93); }
td.TdClassName
{
border-color: #BBC05D;
}
.TagClassName
{
border-color: #BBC05D;
}
</style>