Shades of Wild Willow #BED052
Tints of Wild Willow #BED052
RGB
CMYK
RGB Variations
Color information
#BED052 (or 0xBED052) is known color: Wild Willow. HEX triplet: BE, D0 and 52. RGB value is (190,208,82). Sum of RGB (Red+Green+Blue) = 190+208+82=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #BED052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED052 is #412FAD. Grayscale: #BCBCBC. Windows color (decimal): -4272046 or 5427390. OLE color: 5427390.
HSL color Cylindrical-coordinate representation of color #BED052: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BED052 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 82 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.18 |
| HSL | 68.57º | 0.57% | 0.57% | - |
| HSV(B) | 68.57º | 0.61% | 0.82% | - |
| XYZ | 45.31 | 56.67 | 16.53 | - |
| YUV | 188.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 82 | 0.09 | 0 | 0.61 | 0.18 | 68.57 | 0.57 | 0.57 |
| Hex | BE | D0 | 52 | 9 | 0 | 3D | 12 | 45 | 39 | 39 |
| Octal | 276 | 320 | 122 | 11 | 0 | 75 | 22 | 105 | 71 | 71 |
| Binary | 10111110 | 11010000 | 1010010 | 1001 | 0 | 111101 | 10010 | 1000101 | 111001 | 111001 |
Color Harmonies of #BED052
Complementary color
Monochromatic Colors of #BED052
Black with #BED052
Text Example
Text Example
White with #BED052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED052; }
p { color: rgb(190,208,82); }
H1.HeaderClassName
{
color: #BED052;
}
.AnyTagClassName
{
color: #BED052;
}
</style>
background-color css
<style>
a { background-color: #BED052; }
a { background-color: rgb(190,208,82); }
div.DivClassName
{
background-color: #BED052;
}
.BgClassName
{
background-color: #BED052;
}
</style>
border-color css
<style>
span { border-color: #BED052; }
span { border-color: rgb(190,208,82); }
td.TdClassName
{
border-color: #BED052;
}
.TagClassName
{
border-color: #BED052;
}
</style>