Shades of Wild Willow #BBD273
Tints of Wild Willow #BBD273
RGB
CMYK
RGB Variations
Color information
#BBD273 (or 0xBBD273) is known color: Wild Willow. HEX triplet: BB, D2 and 73. RGB value is (187,210,115). Sum of RGB (Red+Green+Blue) = 187+210+115=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD273 is #442D8C. Grayscale: #C0C0C0. Windows color (decimal): -4468109 or 7590587. OLE color: 7590587.
HSL color Cylindrical-coordinate representation of color #BBD273: hue angle of 74.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD273 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 115 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.18 |
| HSL | 74.53º | 0.51% | 0.64% | - |
| HSV(B) | 74.53º | 0.45% | 0.82% | - |
| XYZ | 46.63 | 57.9 | 24.94 | - |
| YUV | 192.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 115 | 0.11 | 0 | 0.45 | 0.18 | 74.53 | 0.51 | 0.64 |
| Hex | BB | D2 | 73 | B | 0 | 2D | 12 | 4B | 33 | 40 |
| Octal | 273 | 322 | 163 | 13 | 0 | 55 | 22 | 113 | 63 | 100 |
| Binary | 10111011 | 11010010 | 1110011 | 1011 | 0 | 101101 | 10010 | 1001011 | 110011 | 1000000 |
Color Harmonies of #BBD273
Complementary color
Monochromatic Colors of #BBD273
Black with #BBD273
Text Example
Text Example
White with #BBD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD273; }
p { color: rgb(187,210,115); }
H1.HeaderClassName
{
color: #BBD273;
}
.AnyTagClassName
{
color: #BBD273;
}
</style>
background-color css
<style>
a { background-color: #BBD273; }
a { background-color: rgb(187,210,115); }
div.DivClassName
{
background-color: #BBD273;
}
.BgClassName
{
background-color: #BBD273;
}
</style>
border-color css
<style>
span { border-color: #BBD273; }
span { border-color: rgb(187,210,115); }
td.TdClassName
{
border-color: #BBD273;
}
.TagClassName
{
border-color: #BBD273;
}
</style>