Shades of Wild Willow #BBCD57
Tints of Wild Willow #BBCD57
RGB
CMYK
RGB Variations
Color information
#BBCD57 (or 0xBBCD57) is known color: Wild Willow. HEX triplet: BB, CD and 57. RGB value is (187,205,87). Sum of RGB (Red+Green+Blue) = 187+205+87=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD57 is #4432A8. Grayscale: #BABABA. Windows color (decimal): -4469417 or 5754299. OLE color: 5754299.
HSL color Cylindrical-coordinate representation of color #BBCD57: hue angle of 69.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBCD57 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 87 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.20 |
| HSL | 69.15º | 0.54% | 0.57% | - |
| HSV(B) | 69.15º | 0.58% | 0.8% | - |
| XYZ | 44.05 | 54.92 | 17.3 | - |
| YUV | 186.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 87 | 0.09 | 0 | 0.58 | 0.20 | 69.15 | 0.54 | 0.57 |
| Hex | BB | CD | 57 | 9 | 0 | 3A | 14 | 45 | 36 | 39 |
| Octal | 273 | 315 | 127 | 11 | 0 | 72 | 24 | 105 | 66 | 71 |
| Binary | 10111011 | 11001101 | 1010111 | 1001 | 0 | 111010 | 10100 | 1000101 | 110110 | 111001 |
Color Harmonies of #BBCD57
Complementary color
Monochromatic Colors of #BBCD57
Black with #BBCD57
Text Example
Text Example
White with #BBCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD57; }
p { color: rgb(187,205,87); }
H1.HeaderClassName
{
color: #BBCD57;
}
.AnyTagClassName
{
color: #BBCD57;
}
</style>
background-color css
<style>
a { background-color: #BBCD57; }
a { background-color: rgb(187,205,87); }
div.DivClassName
{
background-color: #BBCD57;
}
.BgClassName
{
background-color: #BBCD57;
}
</style>
border-color css
<style>
span { border-color: #BBCD57; }
span { border-color: rgb(187,205,87); }
td.TdClassName
{
border-color: #BBCD57;
}
.TagClassName
{
border-color: #BBCD57;
}
</style>