Shades of Wild Willow #BED95C
Tints of Wild Willow #BED95C
RGB
CMYK
RGB Variations
Color information
#BED95C (or 0xBED95C) is known color: Wild Willow. HEX triplet: BE, D9 and 5C. RGB value is (190,217,92). Sum of RGB (Red+Green+Blue) = 190+217+92=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #BED95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED95C is #4126A3. Grayscale: #C3C3C3. Windows color (decimal): -4269732 or 6085054. OLE color: 6085054.
HSL color Cylindrical-coordinate representation of color #BED95C: hue angle of 72.96º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BED95C is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 92 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.15 |
| HSL | 72.96º | 0.62% | 0.61% | - |
| HSV(B) | 72.96º | 0.58% | 0.85% | - |
| XYZ | 47.98 | 61.35 | 19.44 | - |
| YUV | 194.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 92 | 0.12 | 0 | 0.58 | 0.15 | 72.96 | 0.62 | 0.61 |
| Hex | BE | D9 | 5C | C | 0 | 3A | F | 49 | 3E | 3D |
| Octal | 276 | 331 | 134 | 14 | 0 | 72 | 17 | 111 | 76 | 75 |
| Binary | 10111110 | 11011001 | 1011100 | 1100 | 0 | 111010 | 1111 | 1001001 | 111110 | 111101 |
Color Harmonies of #BED95C
Complementary color
Monochromatic Colors of #BED95C
Black with #BED95C
Text Example
Text Example
White with #BED95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED95C; }
p { color: rgb(190,217,92); }
H1.HeaderClassName
{
color: #BED95C;
}
.AnyTagClassName
{
color: #BED95C;
}
</style>
background-color css
<style>
a { background-color: #BED95C; }
a { background-color: rgb(190,217,92); }
div.DivClassName
{
background-color: #BED95C;
}
.BgClassName
{
background-color: #BED95C;
}
</style>
border-color css
<style>
span { border-color: #BED95C; }
span { border-color: rgb(190,217,92); }
td.TdClassName
{
border-color: #BED95C;
}
.TagClassName
{
border-color: #BED95C;
}
</style>