Shades of Wild Willow #BED254
Tints of Wild Willow #BED254
RGB
CMYK
RGB Variations
Color information
#BED254 (or 0xBED254) is known color: Wild Willow. HEX triplet: BE, D2 and 54. RGB value is (190,210,84). Sum of RGB (Red+Green+Blue) = 190+210+84=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #BED254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED254 is #412DAB. Grayscale: #BEBEBE. Windows color (decimal): -4271532 or 5558974. OLE color: 5558974.
HSL color Cylindrical-coordinate representation of color #BED254: hue angle of 69.52º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED254 is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 84 | - |
| CMYK | 0.10 | 0 | 0.6 | 0.18 |
| HSL | 69.52º | 0.58% | 0.58% | - |
| HSV(B) | 69.52º | 0.6% | 0.82% | - |
| XYZ | 45.88 | 57.68 | 17.1 | - |
| YUV | 189.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 84 | 0.10 | 0 | 0.6 | 0.18 | 69.52 | 0.58 | 0.58 |
| Hex | BE | D2 | 54 | A | 0 | 3C | 12 | 46 | 3A | 3A |
| Octal | 276 | 322 | 124 | 12 | 0 | 74 | 22 | 106 | 72 | 72 |
| Binary | 10111110 | 11010010 | 1010100 | 1010 | 0 | 111100 | 10010 | 1000110 | 111010 | 111010 |
Color Harmonies of #BED254
Complementary color
Monochromatic Colors of #BED254
Black with #BED254
Text Example
Text Example
White with #BED254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED254; }
p { color: rgb(190,210,84); }
H1.HeaderClassName
{
color: #BED254;
}
.AnyTagClassName
{
color: #BED254;
}
</style>
background-color css
<style>
a { background-color: #BED254; }
a { background-color: rgb(190,210,84); }
div.DivClassName
{
background-color: #BED254;
}
.BgClassName
{
background-color: #BED254;
}
</style>
border-color css
<style>
span { border-color: #BED254; }
span { border-color: rgb(190,210,84); }
td.TdClassName
{
border-color: #BED254;
}
.TagClassName
{
border-color: #BED254;
}
</style>