Shades of Wild Willow #BBCD52
Tints of Wild Willow #BBCD52
RGB
CMYK
RGB Variations
Color information
#BBCD52 (or 0xBBCD52) is known color: Wild Willow. HEX triplet: BB, CD and 52. RGB value is (187,205,82). Sum of RGB (Red+Green+Blue) = 187+205+82=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD52 is #4432AD. Grayscale: #BABABA. Windows color (decimal): -4469422 or 5426619. OLE color: 5426619.
HSL color Cylindrical-coordinate representation of color #BBCD52: hue angle of 68.78º 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 #BBCD52 is Cyan = 0.09, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 82 | - |
| CMYK | 0.09 | 0 | 0.6 | 0.20 |
| HSL | 68.78º | 0.55% | 0.56% | - |
| HSV(B) | 68.78º | 0.6% | 0.8% | - |
| XYZ | 43.85 | 54.84 | 16.26 | - |
| YUV | 185.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 82 | 0.09 | 0 | 0.6 | 0.20 | 68.78 | 0.55 | 0.56 |
| Hex | BB | CD | 52 | 9 | 0 | 3C | 14 | 45 | 37 | 38 |
| Octal | 273 | 315 | 122 | 11 | 0 | 74 | 24 | 105 | 67 | 70 |
| Binary | 10111011 | 11001101 | 1010010 | 1001 | 0 | 111100 | 10100 | 1000101 | 110111 | 111000 |
Color Harmonies of #BBCD52
Complementary color
Monochromatic Colors of #BBCD52
Black with #BBCD52
Text Example
Text Example
White with #BBCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD52; }
p { color: rgb(187,205,82); }
H1.HeaderClassName
{
color: #BBCD52;
}
.AnyTagClassName
{
color: #BBCD52;
}
</style>
background-color css
<style>
a { background-color: #BBCD52; }
a { background-color: rgb(187,205,82); }
div.DivClassName
{
background-color: #BBCD52;
}
.BgClassName
{
background-color: #BBCD52;
}
</style>
border-color css
<style>
span { border-color: #BBCD52; }
span { border-color: rgb(187,205,82); }
td.TdClassName
{
border-color: #BBCD52;
}
.TagClassName
{
border-color: #BBCD52;
}
</style>