Shades of Wild Willow #BBC958
Tints of Wild Willow #BBC958
RGB
CMYK
RGB Variations
Color information
#BBC958 (or 0xBBC958) is known color: Wild Willow. HEX triplet: BB, C9 and 58. RGB value is (187,201,88). Sum of RGB (Red+Green+Blue) = 187+201+88=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC958 is #4436A7. Grayscale: #B8B8B8. Windows color (decimal): -4470440 or 5818811. OLE color: 5818811.
HSL color Cylindrical-coordinate representation of color #BBC958: hue angle of 67.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC958 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 88 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.21 |
| HSL | 67.43º | 0.51% | 0.57% | - |
| HSV(B) | 67.43º | 0.56% | 0.79% | - |
| XYZ | 43.14 | 53.04 | 17.2 | - |
| YUV | 183.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 88 | 0.07 | 0 | 0.56 | 0.21 | 67.43 | 0.51 | 0.57 |
| Hex | BB | C9 | 58 | 7 | 0 | 38 | 15 | 43 | 33 | 39 |
| Octal | 273 | 311 | 130 | 7 | 0 | 70 | 25 | 103 | 63 | 71 |
| Binary | 10111011 | 11001001 | 1011000 | 111 | 0 | 111000 | 10101 | 1000011 | 110011 | 111001 |
Color Harmonies of #BBC958
Complementary color
Monochromatic Colors of #BBC958
Black with #BBC958
Text Example
Text Example
White with #BBC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC958; }
p { color: rgb(187,201,88); }
H1.HeaderClassName
{
color: #BBC958;
}
.AnyTagClassName
{
color: #BBC958;
}
</style>
background-color css
<style>
a { background-color: #BBC958; }
a { background-color: rgb(187,201,88); }
div.DivClassName
{
background-color: #BBC958;
}
.BgClassName
{
background-color: #BBC958;
}
</style>
border-color css
<style>
span { border-color: #BBC958; }
span { border-color: rgb(187,201,88); }
td.TdClassName
{
border-color: #BBC958;
}
.TagClassName
{
border-color: #BBC958;
}
</style>