Shades of Wild Willow #BECE55
Tints of Wild Willow #BECE55
RGB
CMYK
RGB Variations
Color information
#BECE55 (or 0xBECE55) is known color: Wild Willow. HEX triplet: BE, CE and 55. RGB value is (190,206,85). Sum of RGB (Red+Green+Blue) = 190+206+85=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE55 is #4131AA. Grayscale: #BBBBBB. Windows color (decimal): -4272555 or 5623486. OLE color: 5623486.
HSL color Cylindrical-coordinate representation of color #BECE55: hue angle of 67.93º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BECE55 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 85 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.19 |
| HSL | 67.93º | 0.55% | 0.57% | - |
| HSV(B) | 67.93º | 0.59% | 0.81% | - |
| XYZ | 44.95 | 55.75 | 16.99 | - |
| YUV | 187.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 85 | 0.08 | 0 | 0.59 | 0.19 | 67.93 | 0.55 | 0.57 |
| Hex | BE | CE | 55 | 8 | 0 | 3B | 13 | 44 | 37 | 39 |
| Octal | 276 | 316 | 125 | 10 | 0 | 73 | 23 | 104 | 67 | 71 |
| Binary | 10111110 | 11001110 | 1010101 | 1000 | 0 | 111011 | 10011 | 1000100 | 110111 | 111001 |
Color Harmonies of #BECE55
Complementary color
Monochromatic Colors of #BECE55
Black with #BECE55
Text Example
Text Example
White with #BECE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE55; }
p { color: rgb(190,206,85); }
H1.HeaderClassName
{
color: #BECE55;
}
.AnyTagClassName
{
color: #BECE55;
}
</style>
background-color css
<style>
a { background-color: #BECE55; }
a { background-color: rgb(190,206,85); }
div.DivClassName
{
background-color: #BECE55;
}
.BgClassName
{
background-color: #BECE55;
}
</style>
border-color css
<style>
span { border-color: #BECE55; }
span { border-color: rgb(190,206,85); }
td.TdClassName
{
border-color: #BECE55;
}
.TagClassName
{
border-color: #BECE55;
}
</style>