Shades of Wild Willow #BBD56A
Tints of Wild Willow #BBD56A
RGB
CMYK
RGB Variations
Color information
#BBD56A (or 0xBBD56A) is known color: Wild Willow. HEX triplet: BB, D5 and 6A. RGB value is (187,213,106). Sum of RGB (Red+Green+Blue) = 187+213+106=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD56A is #442A95. Grayscale: #C1C1C1. Windows color (decimal): -4467350 or 7001531. OLE color: 7001531.
HSL color Cylindrical-coordinate representation of color #BBD56A: hue angle of 74.58º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBD56A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 106 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.16 |
| HSL | 74.58º | 0.56% | 0.63% | - |
| HSV(B) | 74.58º | 0.5% | 0.84% | - |
| XYZ | 46.89 | 59.19 | 22.59 | - |
| YUV | 193.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 106 | 0.12 | 0 | 0.50 | 0.16 | 74.58 | 0.56 | 0.63 |
| Hex | BB | D5 | 6A | C | 0 | 32 | 10 | 4B | 38 | 3F |
| Octal | 273 | 325 | 152 | 14 | 0 | 62 | 20 | 113 | 70 | 77 |
| Binary | 10111011 | 11010101 | 1101010 | 1100 | 0 | 110010 | 10000 | 1001011 | 111000 | 111111 |
Color Harmonies of #BBD56A
Complementary color
Monochromatic Colors of #BBD56A
Black with #BBD56A
Text Example
Text Example
White with #BBD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD56A; }
p { color: rgb(187,213,106); }
H1.HeaderClassName
{
color: #BBD56A;
}
.AnyTagClassName
{
color: #BBD56A;
}
</style>
background-color css
<style>
a { background-color: #BBD56A; }
a { background-color: rgb(187,213,106); }
div.DivClassName
{
background-color: #BBD56A;
}
.BgClassName
{
background-color: #BBD56A;
}
</style>
border-color css
<style>
span { border-color: #BBD56A; }
span { border-color: rgb(187,213,106); }
td.TdClassName
{
border-color: #BBD56A;
}
.TagClassName
{
border-color: #BBD56A;
}
</style>