Shades of Wild Willow #BBDC6A
Tints of Wild Willow #BBDC6A
RGB
CMYK
RGB Variations
Color information
#BBDC6A (or 0xBBDC6A) is known color: Wild Willow. HEX triplet: BB, DC and 6A. RGB value is (187,220,106). Sum of RGB (Red+Green+Blue) = 187+220+106=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC6A is #442395. Grayscale: #C5C5C5. Windows color (decimal): -4465558 or 7003323. OLE color: 7003323.
HSL color Cylindrical-coordinate representation of color #BBDC6A: hue angle of 77.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBDC6A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 106 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.14 |
| HSL | 77.37º | 0.62% | 0.64% | - |
| HSV(B) | 77.37º | 0.52% | 0.86% | - |
| XYZ | 48.69 | 62.79 | 23.19 | - |
| YUV | 197.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 106 | 0.15 | 0 | 0.52 | 0.14 | 77.37 | 0.62 | 0.64 |
| Hex | BB | DC | 6A | F | 0 | 34 | E | 4D | 3E | 40 |
| Octal | 273 | 334 | 152 | 17 | 0 | 64 | 16 | 115 | 76 | 100 |
| Binary | 10111011 | 11011100 | 1101010 | 1111 | 0 | 110100 | 1110 | 1001101 | 111110 | 1000000 |
Color Harmonies of #BBDC6A
Complementary color
Monochromatic Colors of #BBDC6A
Black with #BBDC6A
Text Example
Text Example
White with #BBDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC6A; }
p { color: rgb(187,220,106); }
H1.HeaderClassName
{
color: #BBDC6A;
}
.AnyTagClassName
{
color: #BBDC6A;
}
</style>
background-color css
<style>
a { background-color: #BBDC6A; }
a { background-color: rgb(187,220,106); }
div.DivClassName
{
background-color: #BBDC6A;
}
.BgClassName
{
background-color: #BBDC6A;
}
</style>
border-color css
<style>
span { border-color: #BBDC6A; }
span { border-color: rgb(187,220,106); }
td.TdClassName
{
border-color: #BBDC6A;
}
.TagClassName
{
border-color: #BBDC6A;
}
</style>