Shades of Wild Willow #BBCA5D
Tints of Wild Willow #BBCA5D
RGB
CMYK
RGB Variations
Color information
#BBCA5D (or 0xBBCA5D) is known color: Wild Willow. HEX triplet: BB, CA and 5D. RGB value is (187,202,93). Sum of RGB (Red+Green+Blue) = 187+202+93=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA5D is #4435A2. Grayscale: #B9B9B9. Windows color (decimal): -4470179 or 6146747. OLE color: 6146747.
HSL color Cylindrical-coordinate representation of color #BBCA5D: hue angle of 68.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBCA5D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 93 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.21 |
| HSL | 68.26º | 0.51% | 0.58% | - |
| HSV(B) | 68.26º | 0.54% | 0.79% | - |
| XYZ | 43.59 | 53.6 | 18.4 | - |
| YUV | 185.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 93 | 0.07 | 0 | 0.54 | 0.21 | 68.26 | 0.51 | 0.58 |
| Hex | BB | CA | 5D | 7 | 0 | 36 | 15 | 44 | 33 | 3A |
| Octal | 273 | 312 | 135 | 7 | 0 | 66 | 25 | 104 | 63 | 72 |
| Binary | 10111011 | 11001010 | 1011101 | 111 | 0 | 110110 | 10101 | 1000100 | 110011 | 111010 |
Color Harmonies of #BBCA5D
Complementary color
Monochromatic Colors of #BBCA5D
Black with #BBCA5D
Text Example
Text Example
White with #BBCA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA5D; }
p { color: rgb(187,202,93); }
H1.HeaderClassName
{
color: #BBCA5D;
}
.AnyTagClassName
{
color: #BBCA5D;
}
</style>
background-color css
<style>
a { background-color: #BBCA5D; }
a { background-color: rgb(187,202,93); }
div.DivClassName
{
background-color: #BBCA5D;
}
.BgClassName
{
background-color: #BBCA5D;
}
</style>
border-color css
<style>
span { border-color: #BBCA5D; }
span { border-color: rgb(187,202,93); }
td.TdClassName
{
border-color: #BBCA5D;
}
.TagClassName
{
border-color: #BBCA5D;
}
</style>