Shades of Sprout #BECF90
Tints of Sprout #BECF90
RGB
CMYK
RGB Variations
Color information
#BECF90 (or 0xBECF90) is known color: Sprout. HEX triplet: BE, CF and 90. RGB value is (190,207,144). Sum of RGB (Red+Green+Blue) = 190+207+144=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF90 is #41306F. Grayscale: #C2C2C2. Windows color (decimal): -4272240 or 9490366. OLE color: 9490366.
HSL color Cylindrical-coordinate representation of color #BECF90: hue angle of 76.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECF90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 144 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.19 |
| HSL | 76.19º | 0.4% | 0.69% | - |
| HSV(B) | 76.19º | 0.3% | 0.81% | - |
| XYZ | 48.58 | 57.59 | 34.94 | - |
| YUV | 194.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 144 | 0.08 | 0 | 0.30 | 0.19 | 76.19 | 0.4 | 0.69 |
| Hex | BE | CF | 90 | 8 | 0 | 1E | 13 | 4C | 28 | 45 |
| Octal | 276 | 317 | 220 | 10 | 0 | 36 | 23 | 114 | 50 | 105 |
| Binary | 10111110 | 11001111 | 10010000 | 1000 | 0 | 11110 | 10011 | 1001100 | 101000 | 1000101 |
Color Harmonies of #BECF90
Complementary color
Monochromatic Colors of #BECF90
Black with #BECF90
Text Example
Text Example
White with #BECF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF90; }
p { color: rgb(190,207,144); }
H1.HeaderClassName
{
color: #BECF90;
}
.AnyTagClassName
{
color: #BECF90;
}
</style>
background-color css
<style>
a { background-color: #BECF90; }
a { background-color: rgb(190,207,144); }
div.DivClassName
{
background-color: #BECF90;
}
.BgClassName
{
background-color: #BECF90;
}
</style>
border-color css
<style>
span { border-color: #BECF90; }
span { border-color: rgb(190,207,144); }
td.TdClassName
{
border-color: #BECF90;
}
.TagClassName
{
border-color: #BECF90;
}
</style>