Shades of Wild Willow #BBD562
Tints of Wild Willow #BBD562
RGB
CMYK
RGB Variations
Color information
#BBD562 (or 0xBBD562) is known color: Wild Willow. HEX triplet: BB, D5 and 62. RGB value is (187,213,98). Sum of RGB (Red+Green+Blue) = 187+213+98=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD562 is #442A9D. Grayscale: #C0C0C0. Windows color (decimal): -4467358 or 6477243. OLE color: 6477243.
HSL color Cylindrical-coordinate representation of color #BBD562: hue angle of 73.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBD562 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 98 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.16 |
| HSL | 73.57º | 0.58% | 0.61% | - |
| HSV(B) | 73.57º | 0.54% | 0.84% | - |
| XYZ | 46.49 | 59.04 | 20.5 | - |
| YUV | 192.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 98 | 0.12 | 0 | 0.54 | 0.16 | 73.57 | 0.58 | 0.61 |
| Hex | BB | D5 | 62 | C | 0 | 36 | 10 | 4A | 3A | 3D |
| Octal | 273 | 325 | 142 | 14 | 0 | 66 | 20 | 112 | 72 | 75 |
| Binary | 10111011 | 11010101 | 1100010 | 1100 | 0 | 110110 | 10000 | 1001010 | 111010 | 111101 |
Color Harmonies of #BBD562
Complementary color
Monochromatic Colors of #BBD562
Black with #BBD562
Text Example
Text Example
White with #BBD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD562; }
p { color: rgb(187,213,98); }
H1.HeaderClassName
{
color: #BBD562;
}
.AnyTagClassName
{
color: #BBD562;
}
</style>
background-color css
<style>
a { background-color: #BBD562; }
a { background-color: rgb(187,213,98); }
div.DivClassName
{
background-color: #BBD562;
}
.BgClassName
{
background-color: #BBD562;
}
</style>
border-color css
<style>
span { border-color: #BBD562; }
span { border-color: rgb(187,213,98); }
td.TdClassName
{
border-color: #BBD562;
}
.TagClassName
{
border-color: #BBD562;
}
</style>