Shades of Wild Willow #BECB54
Tints of Wild Willow #BECB54
RGB
CMYK
RGB Variations
Color information
#BECB54 (or 0xBECB54) is known color: Wild Willow. HEX triplet: BE, CB and 54. RGB value is (190,203,84). Sum of RGB (Red+Green+Blue) = 190+203+84=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB54 is #4134AB. Grayscale: #BABABA. Windows color (decimal): -4273324 or 5557182. OLE color: 5557182.
HSL color Cylindrical-coordinate representation of color #BECB54: hue angle of 66.55º degrees, saturation: 0.53, 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 #BECB54 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 84 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.20 |
| HSL | 66.55º | 0.53% | 0.56% | - |
| HSV(B) | 66.55º | 0.59% | 0.8% | - |
| XYZ | 44.19 | 54.3 | 16.54 | - |
| YUV | 185.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 84 | 0.06 | 0 | 0.59 | 0.20 | 66.55 | 0.53 | 0.56 |
| Hex | BE | CB | 54 | 6 | 0 | 3B | 14 | 43 | 35 | 38 |
| Octal | 276 | 313 | 124 | 6 | 0 | 73 | 24 | 103 | 65 | 70 |
| Binary | 10111110 | 11001011 | 1010100 | 110 | 0 | 111011 | 10100 | 1000011 | 110101 | 111000 |
Color Harmonies of #BECB54
Complementary color
Monochromatic Colors of #BECB54
Black with #BECB54
Text Example
Text Example
White with #BECB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB54; }
p { color: rgb(190,203,84); }
H1.HeaderClassName
{
color: #BECB54;
}
.AnyTagClassName
{
color: #BECB54;
}
</style>
background-color css
<style>
a { background-color: #BECB54; }
a { background-color: rgb(190,203,84); }
div.DivClassName
{
background-color: #BECB54;
}
.BgClassName
{
background-color: #BECB54;
}
</style>
border-color css
<style>
span { border-color: #BECB54; }
span { border-color: rgb(190,203,84); }
td.TdClassName
{
border-color: #BECB54;
}
.TagClassName
{
border-color: #BECB54;
}
</style>