Shades of Wild Willow #BBC65D
Tints of Wild Willow #BBC65D
RGB
CMYK
RGB Variations
Color information
#BBC65D (or 0xBBC65D) is known color: Wild Willow. HEX triplet: BB, C6 and 5D. RGB value is (187,198,93). Sum of RGB (Red+Green+Blue) = 187+198+93=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC65D is #4439A2. Grayscale: #B7B7B7. Windows color (decimal): -4471203 or 6145723. OLE color: 6145723.
HSL color Cylindrical-coordinate representation of color #BBC65D: hue angle of 66.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC65D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 93 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.22 |
| HSL | 66.29º | 0.48% | 0.57% | - |
| HSV(B) | 66.29º | 0.53% | 0.78% | - |
| XYZ | 42.66 | 51.74 | 18.09 | - |
| YUV | 182.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 93 | 0.06 | 0 | 0.53 | 0.22 | 66.29 | 0.48 | 0.57 |
| Hex | BB | C6 | 5D | 6 | 0 | 35 | 16 | 42 | 30 | 39 |
| Octal | 273 | 306 | 135 | 6 | 0 | 65 | 26 | 102 | 60 | 71 |
| Binary | 10111011 | 11000110 | 1011101 | 110 | 0 | 110101 | 10110 | 1000010 | 110000 | 111001 |
Color Harmonies of #BBC65D
Complementary color
Monochromatic Colors of #BBC65D
Black with #BBC65D
Text Example
Text Example
White with #BBC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC65D; }
p { color: rgb(187,198,93); }
H1.HeaderClassName
{
color: #BBC65D;
}
.AnyTagClassName
{
color: #BBC65D;
}
</style>
background-color css
<style>
a { background-color: #BBC65D; }
a { background-color: rgb(187,198,93); }
div.DivClassName
{
background-color: #BBC65D;
}
.BgClassName
{
background-color: #BBC65D;
}
</style>
border-color css
<style>
span { border-color: #BBC65D; }
span { border-color: rgb(187,198,93); }
td.TdClassName
{
border-color: #BBC65D;
}
.TagClassName
{
border-color: #BBC65D;
}
</style>