Shades of Wild Willow #BBCD53
Tints of Wild Willow #BBCD53
RGB
CMYK
RGB Variations
Color information
#BBCD53 (or 0xBBCD53) is known color: Wild Willow. HEX triplet: BB, CD and 53. RGB value is (187,205,83). Sum of RGB (Red+Green+Blue) = 187+205+83=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD53 is #4432AC. Grayscale: #BABABA. Windows color (decimal): -4469421 or 5492155. OLE color: 5492155.
HSL color Cylindrical-coordinate representation of color #BBCD53: hue angle of 68.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBCD53 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 83 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.20 |
| HSL | 68.85º | 0.55% | 0.56% | - |
| HSV(B) | 68.85º | 0.6% | 0.8% | - |
| XYZ | 43.89 | 54.85 | 16.46 | - |
| YUV | 185.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 83 | 0.09 | 0 | 0.60 | 0.20 | 68.85 | 0.55 | 0.56 |
| Hex | BB | CD | 53 | 9 | 0 | 3C | 14 | 45 | 37 | 38 |
| Octal | 273 | 315 | 123 | 11 | 0 | 74 | 24 | 105 | 67 | 70 |
| Binary | 10111011 | 11001101 | 1010011 | 1001 | 0 | 111100 | 10100 | 1000101 | 110111 | 111000 |
Color Harmonies of #BBCD53
Complementary color
Monochromatic Colors of #BBCD53
Black with #BBCD53
Text Example
Text Example
White with #BBCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD53; }
p { color: rgb(187,205,83); }
H1.HeaderClassName
{
color: #BBCD53;
}
.AnyTagClassName
{
color: #BBCD53;
}
</style>
background-color css
<style>
a { background-color: #BBCD53; }
a { background-color: rgb(187,205,83); }
div.DivClassName
{
background-color: #BBCD53;
}
.BgClassName
{
background-color: #BBCD53;
}
</style>
border-color css
<style>
span { border-color: #BBCD53; }
span { border-color: rgb(187,205,83); }
td.TdClassName
{
border-color: #BBCD53;
}
.TagClassName
{
border-color: #BBCD53;
}
</style>