Shades of Wild Willow #BECB53
Tints of Wild Willow #BECB53
RGB
CMYK
RGB Variations
Color information
#BECB53 (or 0xBECB53) is known color: Wild Willow. HEX triplet: BE, CB and 53. RGB value is (190,203,83). Sum of RGB (Red+Green+Blue) = 190+203+83=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB53 is #4134AC. Grayscale: #B9B9B9. Windows color (decimal): -4273325 or 5491646. OLE color: 5491646.
HSL color Cylindrical-coordinate representation of color #BECB53: hue angle of 66.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BECB53 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 83 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.20 |
| HSL | 66.5º | 0.54% | 0.56% | - |
| HSV(B) | 66.5º | 0.59% | 0.8% | - |
| XYZ | 44.15 | 54.28 | 16.33 | - |
| YUV | 185.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 83 | 0.06 | 0 | 0.59 | 0.20 | 66.5 | 0.54 | 0.56 |
| Hex | BE | CB | 53 | 6 | 0 | 3B | 14 | 42 | 36 | 38 |
| Octal | 276 | 313 | 123 | 6 | 0 | 73 | 24 | 102 | 66 | 70 |
| Binary | 10111110 | 11001011 | 1010011 | 110 | 0 | 111011 | 10100 | 1000010 | 110110 | 111000 |
Color Harmonies of #BECB53
Complementary color
Monochromatic Colors of #BECB53
Black with #BECB53
Text Example
Text Example
White with #BECB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB53; }
p { color: rgb(190,203,83); }
H1.HeaderClassName
{
color: #BECB53;
}
.AnyTagClassName
{
color: #BECB53;
}
</style>
background-color css
<style>
a { background-color: #BECB53; }
a { background-color: rgb(190,203,83); }
div.DivClassName
{
background-color: #BECB53;
}
.BgClassName
{
background-color: #BECB53;
}
</style>
border-color css
<style>
span { border-color: #BECB53; }
span { border-color: rgb(190,203,83); }
td.TdClassName
{
border-color: #BECB53;
}
.TagClassName
{
border-color: #BECB53;
}
</style>