Shades of Sprout #BECC9E
Tints of Sprout #BECC9E
RGB
CMYK
RGB Variations
Color information
#BECC9E (or 0xBECC9E) is known color: Sprout. HEX triplet: BE, CC and 9E. RGB value is (190,204,158). Sum of RGB (Red+Green+Blue) = 190+204+158=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC9E is #413361. Grayscale: #C2C2C2. Windows color (decimal): -4272994 or 10407102. OLE color: 10407102.
HSL color Cylindrical-coordinate representation of color #BECC9E: hue angle of 78.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECC9E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 158 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.2 |
| HSL | 78.26º | 0.31% | 0.71% | - |
| HSV(B) | 78.26º | 0.23% | 0.8% | - |
| XYZ | 49 | 56.6 | 40.69 | - |
| YUV | 194.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 158 | 0.07 | 0 | 0.23 | 0.2 | 78.26 | 0.31 | 0.71 |
| Hex | BE | CC | 9E | 7 | 0 | 17 | 14 | 4E | 1F | 47 |
| Octal | 276 | 314 | 236 | 7 | 0 | 27 | 24 | 116 | 37 | 107 |
| Binary | 10111110 | 11001100 | 10011110 | 111 | 0 | 10111 | 10100 | 1001110 | 11111 | 1000111 |
Color Harmonies of #BECC9E
Complementary color
Monochromatic Colors of #BECC9E
Black with #BECC9E
Text Example
Text Example
White with #BECC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC9E; }
p { color: rgb(190,204,158); }
H1.HeaderClassName
{
color: #BECC9E;
}
.AnyTagClassName
{
color: #BECC9E;
}
</style>
background-color css
<style>
a { background-color: #BECC9E; }
a { background-color: rgb(190,204,158); }
div.DivClassName
{
background-color: #BECC9E;
}
.BgClassName
{
background-color: #BECC9E;
}
</style>
border-color css
<style>
span { border-color: #BECC9E; }
span { border-color: rgb(190,204,158); }
td.TdClassName
{
border-color: #BECC9E;
}
.TagClassName
{
border-color: #BECC9E;
}
</style>