Shades of Wild Willow #BBC867
Tints of Wild Willow #BBC867
RGB
CMYK
RGB Variations
Color information
#BBC867 (or 0xBBC867) is known color: Wild Willow. HEX triplet: BB, C8 and 67. RGB value is (187,200,103). Sum of RGB (Red+Green+Blue) = 187+200+103=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC867 is #443798. Grayscale: #B9B9B9. Windows color (decimal): -4470681 or 6801595. OLE color: 6801595.
HSL color Cylindrical-coordinate representation of color #BBC867: hue angle of 68.04º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC867 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 103 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.22 |
| HSL | 68.04º | 0.47% | 0.59% | - |
| HSV(B) | 68.04º | 0.49% | 0.78% | - |
| XYZ | 43.6 | 52.85 | 20.74 | - |
| YUV | 185.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 103 | 0.06 | 0 | 0.48 | 0.22 | 68.04 | 0.47 | 0.59 |
| Hex | BB | C8 | 67 | 6 | 0 | 30 | 16 | 44 | 2F | 3B |
| Octal | 273 | 310 | 147 | 6 | 0 | 60 | 26 | 104 | 57 | 73 |
| Binary | 10111011 | 11001000 | 1100111 | 110 | 0 | 110000 | 10110 | 1000100 | 101111 | 111011 |
Color Harmonies of #BBC867
Complementary color
Monochromatic Colors of #BBC867
Black with #BBC867
Text Example
Text Example
White with #BBC867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC867; }
p { color: rgb(187,200,103); }
H1.HeaderClassName
{
color: #BBC867;
}
.AnyTagClassName
{
color: #BBC867;
}
</style>
background-color css
<style>
a { background-color: #BBC867; }
a { background-color: rgb(187,200,103); }
div.DivClassName
{
background-color: #BBC867;
}
.BgClassName
{
background-color: #BBC867;
}
</style>
border-color css
<style>
span { border-color: #BBC867; }
span { border-color: rgb(187,200,103); }
td.TdClassName
{
border-color: #BBC867;
}
.TagClassName
{
border-color: #BBC867;
}
</style>