Shades of Wild Willow #BBC670
Tints of Wild Willow #BBC670
RGB
CMYK
RGB Variations
Color information
#BBC670 (or 0xBBC670) is known color: Wild Willow. HEX triplet: BB, C6 and 70. RGB value is (187,198,112). Sum of RGB (Red+Green+Blue) = 187+198+112=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC670 is #44398F. Grayscale: #B9B9B9. Windows color (decimal): -4471184 or 7390907. OLE color: 7390907.
HSL color Cylindrical-coordinate representation of color #BBC670: hue angle of 67.67º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC670 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 112 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.22 |
| HSL | 67.67º | 0.43% | 0.61% | - |
| HSV(B) | 67.67º | 0.43% | 0.78% | - |
| XYZ | 43.61 | 52.12 | 23.09 | - |
| YUV | 184.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 112 | 0.06 | 0 | 0.43 | 0.22 | 67.67 | 0.43 | 0.61 |
| Hex | BB | C6 | 70 | 6 | 0 | 2B | 16 | 44 | 2B | 3D |
| Octal | 273 | 306 | 160 | 6 | 0 | 53 | 26 | 104 | 53 | 75 |
| Binary | 10111011 | 11000110 | 1110000 | 110 | 0 | 101011 | 10110 | 1000100 | 101011 | 111101 |
Color Harmonies of #BBC670
Complementary color
Monochromatic Colors of #BBC670
Black with #BBC670
Text Example
Text Example
White with #BBC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC670; }
p { color: rgb(187,198,112); }
H1.HeaderClassName
{
color: #BBC670;
}
.AnyTagClassName
{
color: #BBC670;
}
</style>
background-color css
<style>
a { background-color: #BBC670; }
a { background-color: rgb(187,198,112); }
div.DivClassName
{
background-color: #BBC670;
}
.BgClassName
{
background-color: #BBC670;
}
</style>
border-color css
<style>
span { border-color: #BBC670; }
span { border-color: rgb(187,198,112); }
td.TdClassName
{
border-color: #BBC670;
}
.TagClassName
{
border-color: #BBC670;
}
</style>