Shades of Wild Willow #BBD565
Tints of Wild Willow #BBD565
RGB
CMYK
RGB Variations
Color information
#BBD565 (or 0xBBD565) is known color: Wild Willow. HEX triplet: BB, D5 and 65. RGB value is (187,213,101). Sum of RGB (Red+Green+Blue) = 187+213+101=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD565 is #442A9A. Grayscale: #C0C0C0. Windows color (decimal): -4467355 or 6673851. OLE color: 6673851.
HSL color Cylindrical-coordinate representation of color #BBD565: hue angle of 73.93º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBD565 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 101 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.16 |
| HSL | 73.93º | 0.57% | 0.62% | - |
| HSV(B) | 73.93º | 0.53% | 0.84% | - |
| XYZ | 46.64 | 59.09 | 21.26 | - |
| YUV | 192.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 101 | 0.12 | 0 | 0.53 | 0.16 | 73.93 | 0.57 | 0.62 |
| Hex | BB | D5 | 65 | C | 0 | 35 | 10 | 4A | 39 | 3E |
| Octal | 273 | 325 | 145 | 14 | 0 | 65 | 20 | 112 | 71 | 76 |
| Binary | 10111011 | 11010101 | 1100101 | 1100 | 0 | 110101 | 10000 | 1001010 | 111001 | 111110 |
Color Harmonies of #BBD565
Complementary color
Monochromatic Colors of #BBD565
Black with #BBD565
Text Example
Text Example
White with #BBD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD565; }
p { color: rgb(187,213,101); }
H1.HeaderClassName
{
color: #BBD565;
}
.AnyTagClassName
{
color: #BBD565;
}
</style>
background-color css
<style>
a { background-color: #BBD565; }
a { background-color: rgb(187,213,101); }
div.DivClassName
{
background-color: #BBD565;
}
.BgClassName
{
background-color: #BBD565;
}
</style>
border-color css
<style>
span { border-color: #BBD565; }
span { border-color: rgb(187,213,101); }
td.TdClassName
{
border-color: #BBD565;
}
.TagClassName
{
border-color: #BBD565;
}
</style>