Shades of Wild Willow #BBCD6B
Tints of Wild Willow #BBCD6B
RGB
CMYK
RGB Variations
Color information
#BBCD6B (or 0xBBCD6B) is known color: Wild Willow. HEX triplet: BB, CD and 6B. RGB value is (187,205,107). Sum of RGB (Red+Green+Blue) = 187+205+107=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD6B is #443294. Grayscale: #BCBCBC. Windows color (decimal): -4469397 or 7065019. OLE color: 7065019.
HSL color Cylindrical-coordinate representation of color #BBCD6B: hue angle of 71.02º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBCD6B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 107 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.20 |
| HSL | 71.02º | 0.49% | 0.61% | - |
| HSV(B) | 71.02º | 0.48% | 0.8% | - |
| XYZ | 44.98 | 55.29 | 22.21 | - |
| YUV | 188.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 107 | 0.09 | 0 | 0.48 | 0.20 | 71.02 | 0.49 | 0.61 |
| Hex | BB | CD | 6B | 9 | 0 | 30 | 14 | 47 | 31 | 3D |
| Octal | 273 | 315 | 153 | 11 | 0 | 60 | 24 | 107 | 61 | 75 |
| Binary | 10111011 | 11001101 | 1101011 | 1001 | 0 | 110000 | 10100 | 1000111 | 110001 | 111101 |
Color Harmonies of #BBCD6B
Complementary color
Monochromatic Colors of #BBCD6B
Black with #BBCD6B
Text Example
Text Example
White with #BBCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD6B; }
p { color: rgb(187,205,107); }
H1.HeaderClassName
{
color: #BBCD6B;
}
.AnyTagClassName
{
color: #BBCD6B;
}
</style>
background-color css
<style>
a { background-color: #BBCD6B; }
a { background-color: rgb(187,205,107); }
div.DivClassName
{
background-color: #BBCD6B;
}
.BgClassName
{
background-color: #BBCD6B;
}
</style>
border-color css
<style>
span { border-color: #BBCD6B; }
span { border-color: rgb(187,205,107); }
td.TdClassName
{
border-color: #BBCD6B;
}
.TagClassName
{
border-color: #BBCD6B;
}
</style>