Shades of Wild Willow #BED06C
Tints of Wild Willow #BED06C
RGB
CMYK
RGB Variations
Color information
#BED06C (or 0xBED06C) is known color: Wild Willow. HEX triplet: BE, D0 and 6C. RGB value is (190,208,108). Sum of RGB (Red+Green+Blue) = 190+208+108=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #BED06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED06C is #412F93. Grayscale: #BFBFBF. Windows color (decimal): -4272020 or 7131326. OLE color: 7131326.
HSL color Cylindrical-coordinate representation of color #BED06C: hue angle of 70.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BED06C is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 108 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.18 |
| HSL | 70.8º | 0.52% | 0.62% | - |
| HSV(B) | 70.8º | 0.48% | 0.82% | - |
| XYZ | 46.5 | 57.14 | 22.77 | - |
| YUV | 191.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 108 | 0.09 | 0 | 0.48 | 0.18 | 70.8 | 0.52 | 0.62 |
| Hex | BE | D0 | 6C | 9 | 0 | 30 | 12 | 47 | 34 | 3E |
| Octal | 276 | 320 | 154 | 11 | 0 | 60 | 22 | 107 | 64 | 76 |
| Binary | 10111110 | 11010000 | 1101100 | 1001 | 0 | 110000 | 10010 | 1000111 | 110100 | 111110 |
Color Harmonies of #BED06C
Complementary color
Monochromatic Colors of #BED06C
Black with #BED06C
Text Example
Text Example
White with #BED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED06C; }
p { color: rgb(190,208,108); }
H1.HeaderClassName
{
color: #BED06C;
}
.AnyTagClassName
{
color: #BED06C;
}
</style>
background-color css
<style>
a { background-color: #BED06C; }
a { background-color: rgb(190,208,108); }
div.DivClassName
{
background-color: #BED06C;
}
.BgClassName
{
background-color: #BED06C;
}
</style>
border-color css
<style>
span { border-color: #BED06C; }
span { border-color: rgb(190,208,108); }
td.TdClassName
{
border-color: #BED06C;
}
.TagClassName
{
border-color: #BED06C;
}
</style>