Shades of Wild Willow #BBD368
Tints of Wild Willow #BBD368
RGB
CMYK
RGB Variations
Color information
#BBD368 (or 0xBBD368) is known color: Wild Willow. HEX triplet: BB, D3 and 68. RGB value is (187,211,104). Sum of RGB (Red+Green+Blue) = 187+211+104=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD368 is #442C97. Grayscale: #C0C0C0. Windows color (decimal): -4467864 or 6869947. OLE color: 6869947.
HSL color Cylindrical-coordinate representation of color #BBD368: hue angle of 73.46º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBD368 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 104 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.17 |
| HSL | 73.46º | 0.55% | 0.62% | - |
| HSV(B) | 73.46º | 0.51% | 0.83% | - |
| XYZ | 46.29 | 58.15 | 21.88 | - |
| YUV | 191.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 104 | 0.11 | 0 | 0.51 | 0.17 | 73.46 | 0.55 | 0.62 |
| Hex | BB | D3 | 68 | B | 0 | 33 | 11 | 49 | 37 | 3E |
| Octal | 273 | 323 | 150 | 13 | 0 | 63 | 21 | 111 | 67 | 76 |
| Binary | 10111011 | 11010011 | 1101000 | 1011 | 0 | 110011 | 10001 | 1001001 | 110111 | 111110 |
Color Harmonies of #BBD368
Complementary color
Monochromatic Colors of #BBD368
Black with #BBD368
Text Example
Text Example
White with #BBD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD368; }
p { color: rgb(187,211,104); }
H1.HeaderClassName
{
color: #BBD368;
}
.AnyTagClassName
{
color: #BBD368;
}
</style>
background-color css
<style>
a { background-color: #BBD368; }
a { background-color: rgb(187,211,104); }
div.DivClassName
{
background-color: #BBD368;
}
.BgClassName
{
background-color: #BBD368;
}
</style>
border-color css
<style>
span { border-color: #BBD368; }
span { border-color: rgb(187,211,104); }
td.TdClassName
{
border-color: #BBD368;
}
.TagClassName
{
border-color: #BBD368;
}
</style>