Shades of Sprout #BECD90
Tints of Sprout #BECD90
RGB
CMYK
RGB Variations
Color information
#BECD90 (or 0xBECD90) is known color: Sprout. HEX triplet: BE, CD and 90. RGB value is (190,205,144). Sum of RGB (Red+Green+Blue) = 190+205+144=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD90 is #41326F. Grayscale: #C1C1C1. Windows color (decimal): -4272752 or 9489854. OLE color: 9489854.
HSL color Cylindrical-coordinate representation of color #BECD90: hue angle of 74.75º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECD90 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 144 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.20 |
| HSL | 74.75º | 0.38% | 0.68% | - |
| HSV(B) | 74.75º | 0.3% | 0.8% | - |
| XYZ | 48.1 | 56.62 | 34.78 | - |
| YUV | 193.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 144 | 0.07 | 0 | 0.30 | 0.20 | 74.75 | 0.38 | 0.68 |
| Hex | BE | CD | 90 | 7 | 0 | 1E | 14 | 4B | 26 | 44 |
| Octal | 276 | 315 | 220 | 7 | 0 | 36 | 24 | 113 | 46 | 104 |
| Binary | 10111110 | 11001101 | 10010000 | 111 | 0 | 11110 | 10100 | 1001011 | 100110 | 1000100 |
Color Harmonies of #BECD90
Complementary color
Monochromatic Colors of #BECD90
Black with #BECD90
Text Example
Text Example
White with #BECD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD90; }
p { color: rgb(190,205,144); }
H1.HeaderClassName
{
color: #BECD90;
}
.AnyTagClassName
{
color: #BECD90;
}
</style>
background-color css
<style>
a { background-color: #BECD90; }
a { background-color: rgb(190,205,144); }
div.DivClassName
{
background-color: #BECD90;
}
.BgClassName
{
background-color: #BECD90;
}
</style>
border-color css
<style>
span { border-color: #BECD90; }
span { border-color: rgb(190,205,144); }
td.TdClassName
{
border-color: #BECD90;
}
.TagClassName
{
border-color: #BECD90;
}
</style>