Shades of Wild Willow #BECE50
Tints of Wild Willow #BECE50
RGB
CMYK
RGB Variations
Color information
#BECE50 (or 0xBECE50) is known color: Wild Willow. HEX triplet: BE, CE and 50. RGB value is (190,206,80). Sum of RGB (Red+Green+Blue) = 190+206+80=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE50 is #4131AF. Grayscale: #BBBBBB. Windows color (decimal): -4272560 or 5295806. OLE color: 5295806.
HSL color Cylindrical-coordinate representation of color #BECE50: hue angle of 67.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BECE50 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 80 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.19 |
| HSL | 67.62º | 0.56% | 0.56% | - |
| HSV(B) | 67.62º | 0.61% | 0.81% | - |
| XYZ | 44.75 | 55.67 | 15.98 | - |
| YUV | 186.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 80 | 0.08 | 0 | 0.61 | 0.19 | 67.62 | 0.56 | 0.56 |
| Hex | BE | CE | 50 | 8 | 0 | 3D | 13 | 44 | 38 | 38 |
| Octal | 276 | 316 | 120 | 10 | 0 | 75 | 23 | 104 | 70 | 70 |
| Binary | 10111110 | 11001110 | 1010000 | 1000 | 0 | 111101 | 10011 | 1000100 | 111000 | 111000 |
Color Harmonies of #BECE50
Complementary color
Monochromatic Colors of #BECE50
Black with #BECE50
Text Example
Text Example
White with #BECE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE50; }
p { color: rgb(190,206,80); }
H1.HeaderClassName
{
color: #BECE50;
}
.AnyTagClassName
{
color: #BECE50;
}
</style>
background-color css
<style>
a { background-color: #BECE50; }
a { background-color: rgb(190,206,80); }
div.DivClassName
{
background-color: #BECE50;
}
.BgClassName
{
background-color: #BECE50;
}
</style>
border-color css
<style>
span { border-color: #BECE50; }
span { border-color: rgb(190,206,80); }
td.TdClassName
{
border-color: #BECE50;
}
.TagClassName
{
border-color: #BECE50;
}
</style>