Shades of Sprout #BECE8D
Tints of Sprout #BECE8D
RGB
CMYK
RGB Variations
Color information
#BECE8D (or 0xBECE8D) is known color: Sprout. HEX triplet: BE, CE and 8D. RGB value is (190,206,141). Sum of RGB (Red+Green+Blue) = 190+206+141=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE8D is #413172. Grayscale: #C2C2C2. Windows color (decimal): -4272499 or 9293502. OLE color: 9293502.
HSL color Cylindrical-coordinate representation of color #BECE8D: hue angle of 74.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECE8D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 141 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.19 |
| HSL | 74.77º | 0.4% | 0.68% | - |
| HSV(B) | 74.77º | 0.32% | 0.81% | - |
| XYZ | 48.11 | 57.01 | 33.67 | - |
| YUV | 193.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 141 | 0.08 | 0 | 0.32 | 0.19 | 74.77 | 0.4 | 0.68 |
| Hex | BE | CE | 8D | 8 | 0 | 20 | 13 | 4B | 28 | 44 |
| Octal | 276 | 316 | 215 | 10 | 0 | 40 | 23 | 113 | 50 | 104 |
| Binary | 10111110 | 11001110 | 10001101 | 1000 | 0 | 100000 | 10011 | 1001011 | 101000 | 1000100 |
Color Harmonies of #BECE8D
Complementary color
Monochromatic Colors of #BECE8D
Black with #BECE8D
Text Example
Text Example
White with #BECE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE8D; }
p { color: rgb(190,206,141); }
H1.HeaderClassName
{
color: #BECE8D;
}
.AnyTagClassName
{
color: #BECE8D;
}
</style>
background-color css
<style>
a { background-color: #BECE8D; }
a { background-color: rgb(190,206,141); }
div.DivClassName
{
background-color: #BECE8D;
}
.BgClassName
{
background-color: #BECE8D;
}
</style>
border-color css
<style>
span { border-color: #BECE8D; }
span { border-color: rgb(190,206,141); }
td.TdClassName
{
border-color: #BECE8D;
}
.TagClassName
{
border-color: #BECE8D;
}
</style>