Shades of Wild Willow #BBD765
Tints of Wild Willow #BBD765
RGB
CMYK
RGB Variations
Color information
#BBD765 (or 0xBBD765) is known color: Wild Willow. HEX triplet: BB, D7 and 65. RGB value is (187,215,101). Sum of RGB (Red+Green+Blue) = 187+215+101=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD765 is #44289A. Grayscale: #C2C2C2. Windows color (decimal): -4466843 or 6674363. OLE color: 6674363.
HSL color Cylindrical-coordinate representation of color #BBD765: hue angle of 74.74º degrees, saturation: 0.59, 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 #BBD765 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 101 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.16 |
| HSL | 74.74º | 0.59% | 0.62% | - |
| HSV(B) | 74.74º | 0.53% | 0.84% | - |
| XYZ | 47.14 | 60.11 | 21.43 | - |
| YUV | 193.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 101 | 0.13 | 0 | 0.53 | 0.16 | 74.74 | 0.59 | 0.62 |
| Hex | BB | D7 | 65 | D | 0 | 35 | 10 | 4B | 3B | 3E |
| Octal | 273 | 327 | 145 | 15 | 0 | 65 | 20 | 113 | 73 | 76 |
| Binary | 10111011 | 11010111 | 1100101 | 1101 | 0 | 110101 | 10000 | 1001011 | 111011 | 111110 |
Color Harmonies of #BBD765
Complementary color
Monochromatic Colors of #BBD765
Black with #BBD765
Text Example
Text Example
White with #BBD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD765; }
p { color: rgb(187,215,101); }
H1.HeaderClassName
{
color: #BBD765;
}
.AnyTagClassName
{
color: #BBD765;
}
</style>
background-color css
<style>
a { background-color: #BBD765; }
a { background-color: rgb(187,215,101); }
div.DivClassName
{
background-color: #BBD765;
}
.BgClassName
{
background-color: #BBD765;
}
</style>
border-color css
<style>
span { border-color: #BBD765; }
span { border-color: rgb(187,215,101); }
td.TdClassName
{
border-color: #BBD765;
}
.TagClassName
{
border-color: #BBD765;
}
</style>