Shades of Wild Willow #BBD15C
Tints of Wild Willow #BBD15C
RGB
CMYK
RGB Variations
Color information
#BBD15C (or 0xBBD15C) is known color: Wild Willow. HEX triplet: BB, D1 and 5C. RGB value is (187,209,92). Sum of RGB (Red+Green+Blue) = 187+209+92=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD15C is #442EA3. Grayscale: #BDBDBD. Windows color (decimal): -4468388 or 6083003. OLE color: 6083003.
HSL color Cylindrical-coordinate representation of color #BBD15C: hue angle of 71.28º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBD15C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 92 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.18 |
| HSL | 71.28º | 0.56% | 0.59% | - |
| HSV(B) | 71.28º | 0.56% | 0.82% | - |
| XYZ | 45.23 | 56.94 | 18.73 | - |
| YUV | 189.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 92 | 0.11 | 0 | 0.56 | 0.18 | 71.28 | 0.56 | 0.59 |
| Hex | BB | D1 | 5C | B | 0 | 38 | 12 | 47 | 38 | 3B |
| Octal | 273 | 321 | 134 | 13 | 0 | 70 | 22 | 107 | 70 | 73 |
| Binary | 10111011 | 11010001 | 1011100 | 1011 | 0 | 111000 | 10010 | 1000111 | 111000 | 111011 |
Color Harmonies of #BBD15C
Complementary color
Monochromatic Colors of #BBD15C
Black with #BBD15C
Text Example
Text Example
White with #BBD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD15C; }
p { color: rgb(187,209,92); }
H1.HeaderClassName
{
color: #BBD15C;
}
.AnyTagClassName
{
color: #BBD15C;
}
</style>
background-color css
<style>
a { background-color: #BBD15C; }
a { background-color: rgb(187,209,92); }
div.DivClassName
{
background-color: #BBD15C;
}
.BgClassName
{
background-color: #BBD15C;
}
</style>
border-color css
<style>
span { border-color: #BBD15C; }
span { border-color: rgb(187,209,92); }
td.TdClassName
{
border-color: #BBD15C;
}
.TagClassName
{
border-color: #BBD15C;
}
</style>