Shades of Wild Willow #BBD458
Tints of Wild Willow #BBD458
RGB
CMYK
RGB Variations
Color information
#BBD458 (or 0xBBD458) is known color: Wild Willow. HEX triplet: BB, D4 and 58. RGB value is (187,212,88). Sum of RGB (Red+Green+Blue) = 187+212+88=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD458 is #442BA7. Grayscale: #BEBEBE. Windows color (decimal): -4467624 or 5821627. OLE color: 5821627.
HSL color Cylindrical-coordinate representation of color #BBD458: hue angle of 72.1º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBD458 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 88 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.17 |
| HSL | 72.1º | 0.59% | 0.59% | - |
| HSV(B) | 72.1º | 0.58% | 0.83% | - |
| XYZ | 45.8 | 58.36 | 18.08 | - |
| YUV | 190.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 88 | 0.12 | 0 | 0.58 | 0.17 | 72.1 | 0.59 | 0.59 |
| Hex | BB | D4 | 58 | C | 0 | 3A | 11 | 48 | 3B | 3B |
| Octal | 273 | 324 | 130 | 14 | 0 | 72 | 21 | 110 | 73 | 73 |
| Binary | 10111011 | 11010100 | 1011000 | 1100 | 0 | 111010 | 10001 | 1001000 | 111011 | 111011 |
Color Harmonies of #BBD458
Complementary color
Monochromatic Colors of #BBD458
Black with #BBD458
Text Example
Text Example
White with #BBD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD458; }
p { color: rgb(187,212,88); }
H1.HeaderClassName
{
color: #BBD458;
}
.AnyTagClassName
{
color: #BBD458;
}
</style>
background-color css
<style>
a { background-color: #BBD458; }
a { background-color: rgb(187,212,88); }
div.DivClassName
{
background-color: #BBD458;
}
.BgClassName
{
background-color: #BBD458;
}
</style>
border-color css
<style>
span { border-color: #BBD458; }
span { border-color: rgb(187,212,88); }
td.TdClassName
{
border-color: #BBD458;
}
.TagClassName
{
border-color: #BBD458;
}
</style>