Shades of Wild Willow #BBC755
Tints of Wild Willow #BBC755
RGB
CMYK
RGB Variations
Color information
#BBC755 (or 0xBBC755) is known color: Wild Willow. HEX triplet: BB, C7 and 55. RGB value is (187,199,85). Sum of RGB (Red+Green+Blue) = 187+199+85=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC755 is #4438AA. Grayscale: #B6B6B6. Windows color (decimal): -4470955 or 5621691. OLE color: 5621691.
HSL color Cylindrical-coordinate representation of color #BBC755: hue angle of 66.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC755 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 85 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.22 |
| HSL | 66.32º | 0.5% | 0.56% | - |
| HSV(B) | 66.32º | 0.57% | 0.78% | - |
| XYZ | 42.56 | 52.07 | 16.4 | - |
| YUV | 182.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 85 | 0.06 | 0 | 0.57 | 0.22 | 66.32 | 0.5 | 0.56 |
| Hex | BB | C7 | 55 | 6 | 0 | 39 | 16 | 42 | 32 | 38 |
| Octal | 273 | 307 | 125 | 6 | 0 | 71 | 26 | 102 | 62 | 70 |
| Binary | 10111011 | 11000111 | 1010101 | 110 | 0 | 111001 | 10110 | 1000010 | 110010 | 111000 |
Color Harmonies of #BBC755
Complementary color
Monochromatic Colors of #BBC755
Black with #BBC755
Text Example
Text Example
White with #BBC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC755; }
p { color: rgb(187,199,85); }
H1.HeaderClassName
{
color: #BBC755;
}
.AnyTagClassName
{
color: #BBC755;
}
</style>
background-color css
<style>
a { background-color: #BBC755; }
a { background-color: rgb(187,199,85); }
div.DivClassName
{
background-color: #BBC755;
}
.BgClassName
{
background-color: #BBC755;
}
</style>
border-color css
<style>
span { border-color: #BBC755; }
span { border-color: rgb(187,199,85); }
td.TdClassName
{
border-color: #BBC755;
}
.TagClassName
{
border-color: #BBC755;
}
</style>