Shades of Wild Willow #BBD460
Tints of Wild Willow #BBD460
RGB
CMYK
RGB Variations
Color information
#BBD460 (or 0xBBD460) is known color: Wild Willow. HEX triplet: BB, D4 and 60. RGB value is (187,212,96). Sum of RGB (Red+Green+Blue) = 187+212+96=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD460 is #442B9F. Grayscale: #BFBFBF. Windows color (decimal): -4467616 or 6345915. OLE color: 6345915.
HSL color Cylindrical-coordinate representation of color #BBD460: hue angle of 72.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBD460 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 96 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.17 |
| HSL | 72.93º | 0.57% | 0.6% | - |
| HSV(B) | 72.93º | 0.55% | 0.83% | - |
| XYZ | 46.15 | 58.5 | 19.92 | - |
| YUV | 191.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 96 | 0.12 | 0 | 0.55 | 0.17 | 72.93 | 0.57 | 0.6 |
| Hex | BB | D4 | 60 | C | 0 | 37 | 11 | 49 | 39 | 3C |
| Octal | 273 | 324 | 140 | 14 | 0 | 67 | 21 | 111 | 71 | 74 |
| Binary | 10111011 | 11010100 | 1100000 | 1100 | 0 | 110111 | 10001 | 1001001 | 111001 | 111100 |
Color Harmonies of #BBD460
Complementary color
Monochromatic Colors of #BBD460
Black with #BBD460
Text Example
Text Example
White with #BBD460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD460; }
p { color: rgb(187,212,96); }
H1.HeaderClassName
{
color: #BBD460;
}
.AnyTagClassName
{
color: #BBD460;
}
</style>
background-color css
<style>
a { background-color: #BBD460; }
a { background-color: rgb(187,212,96); }
div.DivClassName
{
background-color: #BBD460;
}
.BgClassName
{
background-color: #BBD460;
}
</style>
border-color css
<style>
span { border-color: #BBD460; }
span { border-color: rgb(187,212,96); }
td.TdClassName
{
border-color: #BBD460;
}
.TagClassName
{
border-color: #BBD460;
}
</style>