Shades of Sprout #BECC9B
Tints of Sprout #BECC9B
RGB
CMYK
RGB Variations
Color information
#BECC9B (or 0xBECC9B) is known color: Sprout. HEX triplet: BE, CC and 9B. RGB value is (190,204,155). Sum of RGB (Red+Green+Blue) = 190+204+155=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC9B is #413364. Grayscale: #C2C2C2. Windows color (decimal): -4272997 or 10210494. OLE color: 10210494.
HSL color Cylindrical-coordinate representation of color #BECC9B: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECC9B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 155 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.2 |
| HSL | 77.14º | 0.32% | 0.7% | - |
| HSV(B) | 77.14º | 0.24% | 0.8% | - |
| XYZ | 48.74 | 56.5 | 39.35 | - |
| YUV | 194.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 155 | 0.07 | 0 | 0.24 | 0.2 | 77.14 | 0.32 | 0.7 |
| Hex | BE | CC | 9B | 7 | 0 | 18 | 14 | 4D | 20 | 46 |
| Octal | 276 | 314 | 233 | 7 | 0 | 30 | 24 | 115 | 40 | 106 |
| Binary | 10111110 | 11001100 | 10011011 | 111 | 0 | 11000 | 10100 | 1001101 | 100000 | 1000110 |
Color Harmonies of #BECC9B
Complementary color
Monochromatic Colors of #BECC9B
Black with #BECC9B
Text Example
Text Example
White with #BECC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC9B; }
p { color: rgb(190,204,155); }
H1.HeaderClassName
{
color: #BECC9B;
}
.AnyTagClassName
{
color: #BECC9B;
}
</style>
background-color css
<style>
a { background-color: #BECC9B; }
a { background-color: rgb(190,204,155); }
div.DivClassName
{
background-color: #BECC9B;
}
.BgClassName
{
background-color: #BECC9B;
}
</style>
border-color css
<style>
span { border-color: #BECC9B; }
span { border-color: rgb(190,204,155); }
td.TdClassName
{
border-color: #BECC9B;
}
.TagClassName
{
border-color: #BECC9B;
}
</style>