Shades of Wild Willow #BED05C
Tints of Wild Willow #BED05C
RGB
CMYK
RGB Variations
Color information
#BED05C (or 0xBED05C) is known color: Wild Willow. HEX triplet: BE, D0 and 5C. RGB value is (190,208,92). Sum of RGB (Red+Green+Blue) = 190+208+92=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #BED05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED05C is #412FA3. Grayscale: #BDBDBD. Windows color (decimal): -4272036 or 6082750. OLE color: 6082750.
HSL color Cylindrical-coordinate representation of color #BED05C: hue angle of 69.31º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BED05C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 92 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.18 |
| HSL | 69.31º | 0.55% | 0.59% | - |
| HSV(B) | 69.31º | 0.56% | 0.82% | - |
| XYZ | 45.72 | 56.83 | 18.68 | - |
| YUV | 189.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 92 | 0.09 | 0 | 0.56 | 0.18 | 69.31 | 0.55 | 0.59 |
| Hex | BE | D0 | 5C | 9 | 0 | 38 | 12 | 45 | 37 | 3B |
| Octal | 276 | 320 | 134 | 11 | 0 | 70 | 22 | 105 | 67 | 73 |
| Binary | 10111110 | 11010000 | 1011100 | 1001 | 0 | 111000 | 10010 | 1000101 | 110111 | 111011 |
Color Harmonies of #BED05C
Complementary color
Monochromatic Colors of #BED05C
Black with #BED05C
Text Example
Text Example
White with #BED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED05C; }
p { color: rgb(190,208,92); }
H1.HeaderClassName
{
color: #BED05C;
}
.AnyTagClassName
{
color: #BED05C;
}
</style>
background-color css
<style>
a { background-color: #BED05C; }
a { background-color: rgb(190,208,92); }
div.DivClassName
{
background-color: #BED05C;
}
.BgClassName
{
background-color: #BED05C;
}
</style>
border-color css
<style>
span { border-color: #BED05C; }
span { border-color: rgb(190,208,92); }
td.TdClassName
{
border-color: #BED05C;
}
.TagClassName
{
border-color: #BED05C;
}
</style>