Shades of Sprout #BEC89D
Tints of Sprout #BEC89D
RGB
CMYK
RGB Variations
Color information
#BEC89D (or 0xBEC89D) is known color: Sprout. HEX triplet: BE, C8 and 9D. RGB value is (190,200,157). Sum of RGB (Red+Green+Blue) = 190+200+157=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89D is #413762. Grayscale: #C0C0C0. Windows color (decimal): -4274019 or 10340542. OLE color: 10340542.
HSL color Cylindrical-coordinate representation of color #BEC89D: hue angle of 73.95º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC89D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 157 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.22 |
| HSL | 73.95º | 0.28% | 0.7% | - |
| HSV(B) | 73.95º | 0.22% | 0.78% | - |
| XYZ | 47.98 | 54.69 | 39.93 | - |
| YUV | 192.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 157 | 0.05 | 0 | 0.22 | 0.22 | 73.95 | 0.28 | 0.7 |
| Hex | BE | C8 | 9D | 5 | 0 | 16 | 16 | 4A | 1C | 46 |
| Octal | 276 | 310 | 235 | 5 | 0 | 26 | 26 | 112 | 34 | 106 |
| Binary | 10111110 | 11001000 | 10011101 | 101 | 0 | 10110 | 10110 | 1001010 | 11100 | 1000110 |
Color Harmonies of #BEC89D
Complementary color
Monochromatic Colors of #BEC89D
Black with #BEC89D
Text Example
Text Example
White with #BEC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC89D; }
p { color: rgb(190,200,157); }
H1.HeaderClassName
{
color: #BEC89D;
}
.AnyTagClassName
{
color: #BEC89D;
}
</style>
background-color css
<style>
a { background-color: #BEC89D; }
a { background-color: rgb(190,200,157); }
div.DivClassName
{
background-color: #BEC89D;
}
.BgClassName
{
background-color: #BEC89D;
}
</style>
border-color css
<style>
span { border-color: #BEC89D; }
span { border-color: rgb(190,200,157); }
td.TdClassName
{
border-color: #BEC89D;
}
.TagClassName
{
border-color: #BEC89D;
}
</style>