Shades of Wild Willow #BBD768
Tints of Wild Willow #BBD768
RGB
CMYK
RGB Variations
Color information
#BBD768 (or 0xBBD768) is known color: Wild Willow. HEX triplet: BB, D7 and 68. RGB value is (187,215,104). Sum of RGB (Red+Green+Blue) = 187+215+104=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD768 is #442897. Grayscale: #C2C2C2. Windows color (decimal): -4466840 or 6870971. OLE color: 6870971.
HSL color Cylindrical-coordinate representation of color #BBD768: hue angle of 75.14º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBD768 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 104 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.16 |
| HSL | 75.14º | 0.58% | 0.63% | - |
| HSV(B) | 75.14º | 0.52% | 0.84% | - |
| XYZ | 47.29 | 60.17 | 22.22 | - |
| YUV | 193.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 104 | 0.13 | 0 | 0.52 | 0.16 | 75.14 | 0.58 | 0.63 |
| Hex | BB | D7 | 68 | D | 0 | 34 | 10 | 4B | 3A | 3F |
| Octal | 273 | 327 | 150 | 15 | 0 | 64 | 20 | 113 | 72 | 77 |
| Binary | 10111011 | 11010111 | 1101000 | 1101 | 0 | 110100 | 10000 | 1001011 | 111010 | 111111 |
Color Harmonies of #BBD768
Complementary color
Monochromatic Colors of #BBD768
Black with #BBD768
Text Example
Text Example
White with #BBD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD768; }
p { color: rgb(187,215,104); }
H1.HeaderClassName
{
color: #BBD768;
}
.AnyTagClassName
{
color: #BBD768;
}
</style>
background-color css
<style>
a { background-color: #BBD768; }
a { background-color: rgb(187,215,104); }
div.DivClassName
{
background-color: #BBD768;
}
.BgClassName
{
background-color: #BBD768;
}
</style>
border-color css
<style>
span { border-color: #BBD768; }
span { border-color: rgb(187,215,104); }
td.TdClassName
{
border-color: #BBD768;
}
.TagClassName
{
border-color: #BBD768;
}
</style>