Shades of Wild Willow #BBCB57
Tints of Wild Willow #BBCB57
RGB
CMYK
RGB Variations
Color information
#BBCB57 (or 0xBBCB57) is known color: Wild Willow. HEX triplet: BB, CB and 57. RGB value is (187,203,87). Sum of RGB (Red+Green+Blue) = 187+203+87=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB57 is #4434A8. Grayscale: #B9B9B9. Windows color (decimal): -4469929 or 5753787. OLE color: 5753787.
HSL color Cylindrical-coordinate representation of color #BBCB57: hue angle of 68.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBCB57 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 87 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.20 |
| HSL | 68.28º | 0.53% | 0.57% | - |
| HSV(B) | 68.28º | 0.57% | 0.8% | - |
| XYZ | 43.57 | 53.96 | 17.14 | - |
| YUV | 184.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 87 | 0.08 | 0 | 0.57 | 0.20 | 68.28 | 0.53 | 0.57 |
| Hex | BB | CB | 57 | 8 | 0 | 39 | 14 | 44 | 35 | 39 |
| Octal | 273 | 313 | 127 | 10 | 0 | 71 | 24 | 104 | 65 | 71 |
| Binary | 10111011 | 11001011 | 1010111 | 1000 | 0 | 111001 | 10100 | 1000100 | 110101 | 111001 |
Color Harmonies of #BBCB57
Complementary color
Monochromatic Colors of #BBCB57
Black with #BBCB57
Text Example
Text Example
White with #BBCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB57; }
p { color: rgb(187,203,87); }
H1.HeaderClassName
{
color: #BBCB57;
}
.AnyTagClassName
{
color: #BBCB57;
}
</style>
background-color css
<style>
a { background-color: #BBCB57; }
a { background-color: rgb(187,203,87); }
div.DivClassName
{
background-color: #BBCB57;
}
.BgClassName
{
background-color: #BBCB57;
}
</style>
border-color css
<style>
span { border-color: #BBCB57; }
span { border-color: rgb(187,203,87); }
td.TdClassName
{
border-color: #BBCB57;
}
.TagClassName
{
border-color: #BBCB57;
}
</style>