Shades of Wild Willow #BECF53
Tints of Wild Willow #BECF53
RGB
CMYK
RGB Variations
Color information
#BECF53 (or 0xBECF53) is known color: Wild Willow. HEX triplet: BE, CF and 53. RGB value is (190,207,83). Sum of RGB (Red+Green+Blue) = 190+207+83=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF53 is #4130AC. Grayscale: #BCBCBC. Windows color (decimal): -4272301 or 5492670. OLE color: 5492670.
HSL color Cylindrical-coordinate representation of color #BECF53: hue angle of 68.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BECF53 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 83 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.19 |
| HSL | 68.23º | 0.56% | 0.57% | - |
| HSV(B) | 68.23º | 0.6% | 0.81% | - |
| XYZ | 45.11 | 56.2 | 16.65 | - |
| YUV | 187.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 83 | 0.08 | 0 | 0.60 | 0.19 | 68.23 | 0.56 | 0.57 |
| Hex | BE | CF | 53 | 8 | 0 | 3C | 13 | 44 | 38 | 39 |
| Octal | 276 | 317 | 123 | 10 | 0 | 74 | 23 | 104 | 70 | 71 |
| Binary | 10111110 | 11001111 | 1010011 | 1000 | 0 | 111100 | 10011 | 1000100 | 111000 | 111001 |
Color Harmonies of #BECF53
Complementary color
Monochromatic Colors of #BECF53
Black with #BECF53
Text Example
Text Example
White with #BECF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF53; }
p { color: rgb(190,207,83); }
H1.HeaderClassName
{
color: #BECF53;
}
.AnyTagClassName
{
color: #BECF53;
}
</style>
background-color css
<style>
a { background-color: #BECF53; }
a { background-color: rgb(190,207,83); }
div.DivClassName
{
background-color: #BECF53;
}
.BgClassName
{
background-color: #BECF53;
}
</style>
border-color css
<style>
span { border-color: #BECF53; }
span { border-color: rgb(190,207,83); }
td.TdClassName
{
border-color: #BECF53;
}
.TagClassName
{
border-color: #BECF53;
}
</style>