Shades of Wild Willow #BBCA63
Tints of Wild Willow #BBCA63
RGB
CMYK
RGB Variations
Color information
#BBCA63 (or 0xBBCA63) is known color: Wild Willow. HEX triplet: BB, CA and 63. RGB value is (187,202,99). Sum of RGB (Red+Green+Blue) = 187+202+99=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA63 is #44359C. Grayscale: #BABABA. Windows color (decimal): -4470173 or 6539963. OLE color: 6539963.
HSL color Cylindrical-coordinate representation of color #BBCA63: hue angle of 68.74º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBCA63 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 99 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.21 |
| HSL | 68.74º | 0.49% | 0.59% | - |
| HSV(B) | 68.74º | 0.51% | 0.79% | - |
| XYZ | 43.87 | 53.71 | 19.86 | - |
| YUV | 185.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 99 | 0.07 | 0 | 0.51 | 0.21 | 68.74 | 0.49 | 0.59 |
| Hex | BB | CA | 63 | 7 | 0 | 33 | 15 | 45 | 31 | 3B |
| Octal | 273 | 312 | 143 | 7 | 0 | 63 | 25 | 105 | 61 | 73 |
| Binary | 10111011 | 11001010 | 1100011 | 111 | 0 | 110011 | 10101 | 1000101 | 110001 | 111011 |
Color Harmonies of #BBCA63
Complementary color
Monochromatic Colors of #BBCA63
Black with #BBCA63
Text Example
Text Example
White with #BBCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA63; }
p { color: rgb(187,202,99); }
H1.HeaderClassName
{
color: #BBCA63;
}
.AnyTagClassName
{
color: #BBCA63;
}
</style>
background-color css
<style>
a { background-color: #BBCA63; }
a { background-color: rgb(187,202,99); }
div.DivClassName
{
background-color: #BBCA63;
}
.BgClassName
{
background-color: #BBCA63;
}
</style>
border-color css
<style>
span { border-color: #BBCA63; }
span { border-color: rgb(187,202,99); }
td.TdClassName
{
border-color: #BBCA63;
}
.TagClassName
{
border-color: #BBCA63;
}
</style>