Shades of Wild Willow #BBCC63
Tints of Wild Willow #BBCC63
RGB
CMYK
RGB Variations
Color information
#BBCC63 (or 0xBBCC63) is known color: Wild Willow. HEX triplet: BB, CC and 63. RGB value is (187,204,99). Sum of RGB (Red+Green+Blue) = 187+204+99=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC63 is #44339C. Grayscale: #BBBBBB. Windows color (decimal): -4469661 or 6540475. OLE color: 6540475.
HSL color Cylindrical-coordinate representation of color #BBCC63: hue angle of 69.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBCC63 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 99 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.2 |
| HSL | 69.71º | 0.51% | 0.59% | - |
| HSV(B) | 69.71º | 0.51% | 0.8% | - |
| XYZ | 44.34 | 54.65 | 20.02 | - |
| YUV | 186.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 99 | 0.08 | 0 | 0.51 | 0.2 | 69.71 | 0.51 | 0.59 |
| Hex | BB | CC | 63 | 8 | 0 | 33 | 14 | 46 | 33 | 3B |
| Octal | 273 | 314 | 143 | 10 | 0 | 63 | 24 | 106 | 63 | 73 |
| Binary | 10111011 | 11001100 | 1100011 | 1000 | 0 | 110011 | 10100 | 1000110 | 110011 | 111011 |
Color Harmonies of #BBCC63
Complementary color
Monochromatic Colors of #BBCC63
Black with #BBCC63
Text Example
Text Example
White with #BBCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC63; }
p { color: rgb(187,204,99); }
H1.HeaderClassName
{
color: #BBCC63;
}
.AnyTagClassName
{
color: #BBCC63;
}
</style>
background-color css
<style>
a { background-color: #BBCC63; }
a { background-color: rgb(187,204,99); }
div.DivClassName
{
background-color: #BBCC63;
}
.BgClassName
{
background-color: #BBCC63;
}
</style>
border-color css
<style>
span { border-color: #BBCC63; }
span { border-color: rgb(187,204,99); }
td.TdClassName
{
border-color: #BBCC63;
}
.TagClassName
{
border-color: #BBCC63;
}
</style>