Shades of Sprout #BEC99B
Tints of Sprout #BEC99B
RGB
CMYK
RGB Variations
Color information
#BEC99B (or 0xBEC99B) is known color: Sprout. HEX triplet: BE, C9 and 9B. RGB value is (190,201,155). Sum of RGB (Red+Green+Blue) = 190+201+155=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99B is #413664. Grayscale: #C0C0C0. Windows color (decimal): -4273765 or 10209726. OLE color: 10209726.
HSL color Cylindrical-coordinate representation of color #BEC99B: hue angle of 74.35º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC99B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 155 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.21 |
| HSL | 74.35º | 0.3% | 0.7% | - |
| HSV(B) | 74.35º | 0.23% | 0.79% | - |
| XYZ | 48.04 | 55.09 | 39.11 | - |
| YUV | 192.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 155 | 0.05 | 0 | 0.23 | 0.21 | 74.35 | 0.3 | 0.7 |
| Hex | BE | C9 | 9B | 5 | 0 | 17 | 15 | 4A | 1E | 46 |
| Octal | 276 | 311 | 233 | 5 | 0 | 27 | 25 | 112 | 36 | 106 |
| Binary | 10111110 | 11001001 | 10011011 | 101 | 0 | 10111 | 10101 | 1001010 | 11110 | 1000110 |
Color Harmonies of #BEC99B
Complementary color
Monochromatic Colors of #BEC99B
Black with #BEC99B
Text Example
Text Example
White with #BEC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC99B; }
p { color: rgb(190,201,155); }
H1.HeaderClassName
{
color: #BEC99B;
}
.AnyTagClassName
{
color: #BEC99B;
}
</style>
background-color css
<style>
a { background-color: #BEC99B; }
a { background-color: rgb(190,201,155); }
div.DivClassName
{
background-color: #BEC99B;
}
.BgClassName
{
background-color: #BEC99B;
}
</style>
border-color css
<style>
span { border-color: #BEC99B; }
span { border-color: rgb(190,201,155); }
td.TdClassName
{
border-color: #BEC99B;
}
.TagClassName
{
border-color: #BEC99B;
}
</style>