Shades of Sprout #BECE92
Tints of Sprout #BECE92
RGB
CMYK
RGB Variations
Color information
#BECE92 (or 0xBECE92) is known color: Sprout. HEX triplet: BE, CE and 92. RGB value is (190,206,146). Sum of RGB (Red+Green+Blue) = 190+206+146=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE92 is #41316D. Grayscale: #C2C2C2. Windows color (decimal): -4272494 or 9621182. OLE color: 9621182.
HSL color Cylindrical-coordinate representation of color #BECE92: hue angle of 76º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECE92 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 146 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.19 |
| HSL | 76º | 0.38% | 0.69% | - |
| HSV(B) | 76º | 0.29% | 0.81% | - |
| XYZ | 48.49 | 57.17 | 35.67 | - |
| YUV | 194.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 146 | 0.08 | 0 | 0.29 | 0.19 | 76 | 0.38 | 0.69 |
| Hex | BE | CE | 92 | 8 | 0 | 1D | 13 | 4C | 26 | 45 |
| Octal | 276 | 316 | 222 | 10 | 0 | 35 | 23 | 114 | 46 | 105 |
| Binary | 10111110 | 11001110 | 10010010 | 1000 | 0 | 11101 | 10011 | 1001100 | 100110 | 1000101 |
Color Harmonies of #BECE92
Complementary color
Monochromatic Colors of #BECE92
Black with #BECE92
Text Example
Text Example
White with #BECE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE92; }
p { color: rgb(190,206,146); }
H1.HeaderClassName
{
color: #BECE92;
}
.AnyTagClassName
{
color: #BECE92;
}
</style>
background-color css
<style>
a { background-color: #BECE92; }
a { background-color: rgb(190,206,146); }
div.DivClassName
{
background-color: #BECE92;
}
.BgClassName
{
background-color: #BECE92;
}
</style>
border-color css
<style>
span { border-color: #BECE92; }
span { border-color: rgb(190,206,146); }
td.TdClassName
{
border-color: #BECE92;
}
.TagClassName
{
border-color: #BECE92;
}
</style>