Shades of Wild Willow #BBCD73
Tints of Wild Willow #BBCD73
RGB
CMYK
RGB Variations
Color information
#BBCD73 (or 0xBBCD73) is known color: Wild Willow. HEX triplet: BB, CD and 73. RGB value is (187,205,115). Sum of RGB (Red+Green+Blue) = 187+205+115=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD73 is #44328C. Grayscale: #BDBDBD. Windows color (decimal): -4469389 or 7589307. OLE color: 7589307.
HSL color Cylindrical-coordinate representation of color #BBCD73: hue angle of 72º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCD73 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 115 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.20 |
| HSL | 72º | 0.47% | 0.63% | - |
| HSV(B) | 72º | 0.44% | 0.8% | - |
| XYZ | 45.42 | 55.47 | 24.53 | - |
| YUV | 189.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 115 | 0.09 | 0 | 0.44 | 0.20 | 72 | 0.47 | 0.63 |
| Hex | BB | CD | 73 | 9 | 0 | 2C | 14 | 48 | 2F | 3F |
| Octal | 273 | 315 | 163 | 11 | 0 | 54 | 24 | 110 | 57 | 77 |
| Binary | 10111011 | 11001101 | 1110011 | 1001 | 0 | 101100 | 10100 | 1001000 | 101111 | 111111 |
Color Harmonies of #BBCD73
Complementary color
Monochromatic Colors of #BBCD73
Black with #BBCD73
Text Example
Text Example
White with #BBCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD73; }
p { color: rgb(187,205,115); }
H1.HeaderClassName
{
color: #BBCD73;
}
.AnyTagClassName
{
color: #BBCD73;
}
</style>
background-color css
<style>
a { background-color: #BBCD73; }
a { background-color: rgb(187,205,115); }
div.DivClassName
{
background-color: #BBCD73;
}
.BgClassName
{
background-color: #BBCD73;
}
</style>
border-color css
<style>
span { border-color: #BBCD73; }
span { border-color: rgb(187,205,115); }
td.TdClassName
{
border-color: #BBCD73;
}
.TagClassName
{
border-color: #BBCD73;
}
</style>