Shades of Sprout #BECE95
Tints of Sprout #BECE95
RGB
CMYK
RGB Variations
Color information
#BECE95 (or 0xBECE95) is known color: Sprout. HEX triplet: BE, CE and 95. RGB value is (190,206,149). Sum of RGB (Red+Green+Blue) = 190+206+149=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE95 is #41316A. Grayscale: #C2C2C2. Windows color (decimal): -4272491 or 9817790. OLE color: 9817790.
HSL color Cylindrical-coordinate representation of color #BECE95: hue angle of 76.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BECE95 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 149 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.19 |
| HSL | 76.84º | 0.37% | 0.7% | - |
| HSV(B) | 76.84º | 0.28% | 0.81% | - |
| XYZ | 48.73 | 57.26 | 36.92 | - |
| YUV | 194.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 149 | 0.08 | 0 | 0.28 | 0.19 | 76.84 | 0.37 | 0.7 |
| Hex | BE | CE | 95 | 8 | 0 | 1C | 13 | 4D | 25 | 46 |
| Octal | 276 | 316 | 225 | 10 | 0 | 34 | 23 | 115 | 45 | 106 |
| Binary | 10111110 | 11001110 | 10010101 | 1000 | 0 | 11100 | 10011 | 1001101 | 100101 | 1000110 |
Color Harmonies of #BECE95
Complementary color
Monochromatic Colors of #BECE95
Black with #BECE95
Text Example
Text Example
White with #BECE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE95; }
p { color: rgb(190,206,149); }
H1.HeaderClassName
{
color: #BECE95;
}
.AnyTagClassName
{
color: #BECE95;
}
</style>
background-color css
<style>
a { background-color: #BECE95; }
a { background-color: rgb(190,206,149); }
div.DivClassName
{
background-color: #BECE95;
}
.BgClassName
{
background-color: #BECE95;
}
</style>
border-color css
<style>
span { border-color: #BECE95; }
span { border-color: rgb(190,206,149); }
td.TdClassName
{
border-color: #BECE95;
}
.TagClassName
{
border-color: #BECE95;
}
</style>