Shades of Wild Willow #BBCC58
Tints of Wild Willow #BBCC58
RGB
CMYK
RGB Variations
Color information
#BBCC58 (or 0xBBCC58) is known color: Wild Willow. HEX triplet: BB, CC and 58. RGB value is (187,204,88). Sum of RGB (Red+Green+Blue) = 187+204+88=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC58 is #4433A7. Grayscale: #BABABA. Windows color (decimal): -4469672 or 5819579. OLE color: 5819579.
HSL color Cylindrical-coordinate representation of color #BBCC58: hue angle of 68.79º 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 #BBCC58 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 88 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.2 |
| HSL | 68.79º | 0.53% | 0.57% | - |
| HSV(B) | 68.79º | 0.57% | 0.8% | - |
| XYZ | 43.85 | 54.46 | 17.43 | - |
| YUV | 185.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 88 | 0.08 | 0 | 0.57 | 0.2 | 68.79 | 0.53 | 0.57 |
| Hex | BB | CC | 58 | 8 | 0 | 39 | 14 | 45 | 35 | 39 |
| Octal | 273 | 314 | 130 | 10 | 0 | 71 | 24 | 105 | 65 | 71 |
| Binary | 10111011 | 11001100 | 1011000 | 1000 | 0 | 111001 | 10100 | 1000101 | 110101 | 111001 |
Color Harmonies of #BBCC58
Complementary color
Monochromatic Colors of #BBCC58
Black with #BBCC58
Text Example
Text Example
White with #BBCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC58; }
p { color: rgb(187,204,88); }
H1.HeaderClassName
{
color: #BBCC58;
}
.AnyTagClassName
{
color: #BBCC58;
}
</style>
background-color css
<style>
a { background-color: #BBCC58; }
a { background-color: rgb(187,204,88); }
div.DivClassName
{
background-color: #BBCC58;
}
.BgClassName
{
background-color: #BBCC58;
}
</style>
border-color css
<style>
span { border-color: #BBCC58; }
span { border-color: rgb(187,204,88); }
td.TdClassName
{
border-color: #BBCC58;
}
.TagClassName
{
border-color: #BBCC58;
}
</style>