Shades of Wild Willow #BEDA60
Tints of Wild Willow #BEDA60
RGB
CMYK
RGB Variations
Color information
#BEDA60 (or 0xBEDA60) is known color: Wild Willow. HEX triplet: BE, DA and 60. RGB value is (190,218,96). Sum of RGB (Red+Green+Blue) = 190+218+96=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA60 is #41259F. Grayscale: #C4C4C4. Windows color (decimal): -4269472 or 6347454. OLE color: 6347454.
HSL color Cylindrical-coordinate representation of color #BEDA60: hue angle of 73.77º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEDA60 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 96 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 73.77º | 0.62% | 0.62% | - |
| HSV(B) | 73.77º | 0.56% | 0.85% | - |
| XYZ | 48.42 | 61.93 | 20.47 | - |
| YUV | 195.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 96 | 0.13 | 0 | 0.56 | 0.15 | 73.77 | 0.62 | 0.62 |
| Hex | BE | DA | 60 | D | 0 | 38 | F | 4A | 3E | 3E |
| Octal | 276 | 332 | 140 | 15 | 0 | 70 | 17 | 112 | 76 | 76 |
| Binary | 10111110 | 11011010 | 1100000 | 1101 | 0 | 111000 | 1111 | 1001010 | 111110 | 111110 |
Color Harmonies of #BEDA60
Complementary color
Monochromatic Colors of #BEDA60
Black with #BEDA60
Text Example
Text Example
White with #BEDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA60; }
p { color: rgb(190,218,96); }
H1.HeaderClassName
{
color: #BEDA60;
}
.AnyTagClassName
{
color: #BEDA60;
}
</style>
background-color css
<style>
a { background-color: #BEDA60; }
a { background-color: rgb(190,218,96); }
div.DivClassName
{
background-color: #BEDA60;
}
.BgClassName
{
background-color: #BEDA60;
}
</style>
border-color css
<style>
span { border-color: #BEDA60; }
span { border-color: rgb(190,218,96); }
td.TdClassName
{
border-color: #BEDA60;
}
.TagClassName
{
border-color: #BEDA60;
}
</style>