Shades of Wild Willow #BECA70
Tints of Wild Willow #BECA70
RGB
CMYK
RGB Variations
Color information
#BECA70 (or 0xBECA70) is known color: Wild Willow. HEX triplet: BE, CA and 70. RGB value is (190,202,112). Sum of RGB (Red+Green+Blue) = 190+202+112=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA70 is #41358F. Grayscale: #BCBCBC. Windows color (decimal): -4273552 or 7391934. OLE color: 7391934.
HSL color Cylindrical-coordinate representation of color #BECA70: hue angle of 68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BECA70 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 112 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.21 |
| HSL | 68º | 0.46% | 0.62% | - |
| HSV(B) | 68º | 0.45% | 0.79% | - |
| XYZ | 45.28 | 54.36 | 23.43 | - |
| YUV | 188.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 112 | 0.06 | 0 | 0.45 | 0.21 | 68 | 0.46 | 0.62 |
| Hex | BE | CA | 70 | 6 | 0 | 2D | 15 | 44 | 2E | 3E |
| Octal | 276 | 312 | 160 | 6 | 0 | 55 | 25 | 104 | 56 | 76 |
| Binary | 10111110 | 11001010 | 1110000 | 110 | 0 | 101101 | 10101 | 1000100 | 101110 | 111110 |
Color Harmonies of #BECA70
Complementary color
Monochromatic Colors of #BECA70
Black with #BECA70
Text Example
Text Example
White with #BECA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA70; }
p { color: rgb(190,202,112); }
H1.HeaderClassName
{
color: #BECA70;
}
.AnyTagClassName
{
color: #BECA70;
}
</style>
background-color css
<style>
a { background-color: #BECA70; }
a { background-color: rgb(190,202,112); }
div.DivClassName
{
background-color: #BECA70;
}
.BgClassName
{
background-color: #BECA70;
}
</style>
border-color css
<style>
span { border-color: #BECA70; }
span { border-color: rgb(190,202,112); }
td.TdClassName
{
border-color: #BECA70;
}
.TagClassName
{
border-color: #BECA70;
}
</style>