Shades of Wild Willow #BECC6A
Tints of Wild Willow #BECC6A
RGB
CMYK
RGB Variations
Color information
#BECC6A (or 0xBECC6A) is known color: Wild Willow. HEX triplet: BE, CC and 6A. RGB value is (190,204,106). Sum of RGB (Red+Green+Blue) = 190+204+106=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC6A is #413395. Grayscale: #BDBDBD. Windows color (decimal): -4273046 or 6999230. OLE color: 6999230.
HSL color Cylindrical-coordinate representation of color #BECC6A: hue angle of 68.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BECC6A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 106 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.2 |
| HSL | 68.57º | 0.49% | 0.61% | - |
| HSV(B) | 68.57º | 0.48% | 0.8% | - |
| XYZ | 45.43 | 55.17 | 21.89 | - |
| YUV | 188.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 106 | 0.07 | 0 | 0.48 | 0.2 | 68.57 | 0.49 | 0.61 |
| Hex | BE | CC | 6A | 7 | 0 | 30 | 14 | 45 | 31 | 3D |
| Octal | 276 | 314 | 152 | 7 | 0 | 60 | 24 | 105 | 61 | 75 |
| Binary | 10111110 | 11001100 | 1101010 | 111 | 0 | 110000 | 10100 | 1000101 | 110001 | 111101 |
Color Harmonies of #BECC6A
Complementary color
Monochromatic Colors of #BECC6A
Black with #BECC6A
Text Example
Text Example
White with #BECC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC6A; }
p { color: rgb(190,204,106); }
H1.HeaderClassName
{
color: #BECC6A;
}
.AnyTagClassName
{
color: #BECC6A;
}
</style>
background-color css
<style>
a { background-color: #BECC6A; }
a { background-color: rgb(190,204,106); }
div.DivClassName
{
background-color: #BECC6A;
}
.BgClassName
{
background-color: #BECC6A;
}
</style>
border-color css
<style>
span { border-color: #BECC6A; }
span { border-color: rgb(190,204,106); }
td.TdClassName
{
border-color: #BECC6A;
}
.TagClassName
{
border-color: #BECC6A;
}
</style>