Shades of Wild Willow #BEC952
Tints of Wild Willow #BEC952
RGB
CMYK
RGB Variations
Color information
#BEC952 (or 0xBEC952) is known color: Wild Willow. HEX triplet: BE, C9 and 52. RGB value is (190,201,82). Sum of RGB (Red+Green+Blue) = 190+201+82=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC952 is #4136AD. Grayscale: #B8B8B8. Windows color (decimal): -4273838 or 5425598. OLE color: 5425598.
HSL color Cylindrical-coordinate representation of color #BEC952: hue angle of 65.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEC952 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 82 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.21 |
| HSL | 65.55º | 0.52% | 0.55% | - |
| HSV(B) | 65.55º | 0.59% | 0.79% | - |
| XYZ | 43.64 | 53.33 | 15.98 | - |
| YUV | 184.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 82 | 0.05 | 0 | 0.59 | 0.21 | 65.55 | 0.52 | 0.55 |
| Hex | BE | C9 | 52 | 5 | 0 | 3B | 15 | 42 | 34 | 37 |
| Octal | 276 | 311 | 122 | 5 | 0 | 73 | 25 | 102 | 64 | 67 |
| Binary | 10111110 | 11001001 | 1010010 | 101 | 0 | 111011 | 10101 | 1000010 | 110100 | 110111 |
Color Harmonies of #BEC952
Complementary color
Monochromatic Colors of #BEC952
Black with #BEC952
Text Example
Text Example
White with #BEC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC952; }
p { color: rgb(190,201,82); }
H1.HeaderClassName
{
color: #BEC952;
}
.AnyTagClassName
{
color: #BEC952;
}
</style>
background-color css
<style>
a { background-color: #BEC952; }
a { background-color: rgb(190,201,82); }
div.DivClassName
{
background-color: #BEC952;
}
.BgClassName
{
background-color: #BEC952;
}
</style>
border-color css
<style>
span { border-color: #BEC952; }
span { border-color: rgb(190,201,82); }
td.TdClassName
{
border-color: #BEC952;
}
.TagClassName
{
border-color: #BEC952;
}
</style>