Shades of Wild Willow #BBCC55
Tints of Wild Willow #BBCC55
RGB
CMYK
RGB Variations
Color information
#BBCC55 (or 0xBBCC55) is known color: Wild Willow. HEX triplet: BB, CC and 55. RGB value is (187,204,85). Sum of RGB (Red+Green+Blue) = 187+204+85=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC55 is #4433AA. Grayscale: #B9B9B9. Windows color (decimal): -4469675 or 5622971. OLE color: 5622971.
HSL color Cylindrical-coordinate representation of color #BBCC55: hue angle of 68.57º 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 #BBCC55 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 85 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.2 |
| HSL | 68.57º | 0.54% | 0.57% | - |
| HSV(B) | 68.57º | 0.58% | 0.8% | - |
| XYZ | 43.73 | 54.41 | 16.79 | - |
| YUV | 185.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 85 | 0.08 | 0 | 0.58 | 0.2 | 68.57 | 0.54 | 0.57 |
| Hex | BB | CC | 55 | 8 | 0 | 3A | 14 | 45 | 36 | 39 |
| Octal | 273 | 314 | 125 | 10 | 0 | 72 | 24 | 105 | 66 | 71 |
| Binary | 10111011 | 11001100 | 1010101 | 1000 | 0 | 111010 | 10100 | 1000101 | 110110 | 111001 |
Color Harmonies of #BBCC55
Complementary color
Monochromatic Colors of #BBCC55
Black with #BBCC55
Text Example
Text Example
White with #BBCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC55; }
p { color: rgb(187,204,85); }
H1.HeaderClassName
{
color: #BBCC55;
}
.AnyTagClassName
{
color: #BBCC55;
}
</style>
background-color css
<style>
a { background-color: #BBCC55; }
a { background-color: rgb(187,204,85); }
div.DivClassName
{
background-color: #BBCC55;
}
.BgClassName
{
background-color: #BBCC55;
}
</style>
border-color css
<style>
span { border-color: #BBCC55; }
span { border-color: rgb(187,204,85); }
td.TdClassName
{
border-color: #BBCC55;
}
.TagClassName
{
border-color: #BBCC55;
}
</style>