Shades of Wild Willow #BBCD70
Tints of Wild Willow #BBCD70
RGB
CMYK
RGB Variations
Color information
#BBCD70 (or 0xBBCD70) is known color: Wild Willow. HEX triplet: BB, CD and 70. RGB value is (187,205,112). Sum of RGB (Red+Green+Blue) = 187+205+112=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD70 is #44328F. Grayscale: #BDBDBD. Windows color (decimal): -4469392 or 7392699. OLE color: 7392699.
HSL color Cylindrical-coordinate representation of color #BBCD70: hue angle of 71.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCD70 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 112 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.20 |
| HSL | 71.61º | 0.48% | 0.62% | - |
| HSV(B) | 71.61º | 0.45% | 0.8% | - |
| XYZ | 45.25 | 55.4 | 23.64 | - |
| YUV | 189.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 112 | 0.09 | 0 | 0.45 | 0.20 | 71.61 | 0.48 | 0.62 |
| Hex | BB | CD | 70 | 9 | 0 | 2D | 14 | 48 | 30 | 3E |
| Octal | 273 | 315 | 160 | 11 | 0 | 55 | 24 | 110 | 60 | 76 |
| Binary | 10111011 | 11001101 | 1110000 | 1001 | 0 | 101101 | 10100 | 1001000 | 110000 | 111110 |
Color Harmonies of #BBCD70
Complementary color
Monochromatic Colors of #BBCD70
Black with #BBCD70
Text Example
Text Example
White with #BBCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD70; }
p { color: rgb(187,205,112); }
H1.HeaderClassName
{
color: #BBCD70;
}
.AnyTagClassName
{
color: #BBCD70;
}
</style>
background-color css
<style>
a { background-color: #BBCD70; }
a { background-color: rgb(187,205,112); }
div.DivClassName
{
background-color: #BBCD70;
}
.BgClassName
{
background-color: #BBCD70;
}
</style>
border-color css
<style>
span { border-color: #BBCD70; }
span { border-color: rgb(187,205,112); }
td.TdClassName
{
border-color: #BBCD70;
}
.TagClassName
{
border-color: #BBCD70;
}
</style>