Shades of Sprout #BCCE90
Tints of Sprout #BCCE90
RGB
CMYK
RGB Variations
Color information
#BCCE90 (or 0xBCCE90) is known color: Sprout. HEX triplet: BC, CE and 90. RGB value is (188,206,144). Sum of RGB (Red+Green+Blue) = 188+206+144=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE90 is #43316F. Grayscale: #C1C1C1. Windows color (decimal): -4403568 or 9490108. OLE color: 9490108.
HSL color Cylindrical-coordinate representation of color #BCCE90: hue angle of 77.42º degrees, saturation: 0.39, 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 #BCCE90 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 144 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.19 |
| HSL | 77.42º | 0.39% | 0.69% | - |
| HSV(B) | 77.42º | 0.3% | 0.81% | - |
| XYZ | 47.84 | 56.85 | 34.84 | - |
| YUV | 193.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 144 | 0.09 | 0 | 0.30 | 0.19 | 77.42 | 0.39 | 0.69 |
| Hex | BC | CE | 90 | 9 | 0 | 1E | 13 | 4D | 27 | 45 |
| Octal | 274 | 316 | 220 | 11 | 0 | 36 | 23 | 115 | 47 | 105 |
| Binary | 10111100 | 11001110 | 10010000 | 1001 | 0 | 11110 | 10011 | 1001101 | 100111 | 1000101 |
Color Harmonies of #BCCE90
Complementary color
Monochromatic Colors of #BCCE90
Black with #BCCE90
Text Example
Text Example
White with #BCCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE90; }
p { color: rgb(188,206,144); }
H1.HeaderClassName
{
color: #BCCE90;
}
.AnyTagClassName
{
color: #BCCE90;
}
</style>
background-color css
<style>
a { background-color: #BCCE90; }
a { background-color: rgb(188,206,144); }
div.DivClassName
{
background-color: #BCCE90;
}
.BgClassName
{
background-color: #BCCE90;
}
</style>
border-color css
<style>
span { border-color: #BCCE90; }
span { border-color: rgb(188,206,144); }
td.TdClassName
{
border-color: #BCCE90;
}
.TagClassName
{
border-color: #BCCE90;
}
</style>