Shades of Wild Willow #B8D053
Tints of Wild Willow #B8D053
RGB
CMYK
RGB Variations
Color information
#B8D053 (or 0xB8D053) is known color: Wild Willow. HEX triplet: B8, D0 and 53. RGB value is (184,208,83). Sum of RGB (Red+Green+Blue) = 184+208+83=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D053 is #472FAC. Grayscale: #BBBBBB. Windows color (decimal): -4665261 or 5492920. OLE color: 5492920.
HSL color Cylindrical-coordinate representation of color #B8D053: hue angle of 71.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8D053 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 83 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.18 |
| HSL | 71.52º | 0.57% | 0.57% | - |
| HSV(B) | 71.52º | 0.6% | 0.82% | - |
| XYZ | 43.88 | 55.93 | 16.67 | - |
| YUV | 186.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 83 | 0.12 | 0 | 0.60 | 0.18 | 71.52 | 0.57 | 0.57 |
| Hex | B8 | D0 | 53 | C | 0 | 3C | 12 | 48 | 39 | 39 |
| Octal | 270 | 320 | 123 | 14 | 0 | 74 | 22 | 110 | 71 | 71 |
| Binary | 10111000 | 11010000 | 1010011 | 1100 | 0 | 111100 | 10010 | 1001000 | 111001 | 111001 |
Color Harmonies of #B8D053
Complementary color
Monochromatic Colors of #B8D053
Black with #B8D053
Text Example
Text Example
White with #B8D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D053; }
p { color: rgb(184,208,83); }
H1.HeaderClassName
{
color: #B8D053;
}
.AnyTagClassName
{
color: #B8D053;
}
</style>
background-color css
<style>
a { background-color: #B8D053; }
a { background-color: rgb(184,208,83); }
div.DivClassName
{
background-color: #B8D053;
}
.BgClassName
{
background-color: #B8D053;
}
</style>
border-color css
<style>
span { border-color: #B8D053; }
span { border-color: rgb(184,208,83); }
td.TdClassName
{
border-color: #B8D053;
}
.TagClassName
{
border-color: #B8D053;
}
</style>