Shades of Sprout #BCD398
Tints of Sprout #BCD398
RGB
CMYK
RGB Variations
Color information
#BCD398 (or 0xBCD398) is known color: Sprout. HEX triplet: BC, D3 and 98. RGB value is (188,211,152). Sum of RGB (Red+Green+Blue) = 188+211+152=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD398 is #432C67. Grayscale: #C5C5C5. Windows color (decimal): -4402280 or 10015676. OLE color: 10015676.
HSL color Cylindrical-coordinate representation of color #BCD398: hue angle of 83.39º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD398 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 152 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.17 |
| HSL | 83.39º | 0.4% | 0.71% | - |
| HSV(B) | 83.39º | 0.28% | 0.83% | - |
| XYZ | 49.7 | 59.55 | 38.58 | - |
| YUV | 197.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 152 | 0.11 | 0 | 0.28 | 0.17 | 83.39 | 0.4 | 0.71 |
| Hex | BC | D3 | 98 | B | 0 | 1C | 11 | 53 | 28 | 47 |
| Octal | 274 | 323 | 230 | 13 | 0 | 34 | 21 | 123 | 50 | 107 |
| Binary | 10111100 | 11010011 | 10011000 | 1011 | 0 | 11100 | 10001 | 1010011 | 101000 | 1000111 |
Color Harmonies of #BCD398
Complementary color
Monochromatic Colors of #BCD398
Black with #BCD398
Text Example
Text Example
White with #BCD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD398; }
p { color: rgb(188,211,152); }
H1.HeaderClassName
{
color: #BCD398;
}
.AnyTagClassName
{
color: #BCD398;
}
</style>
background-color css
<style>
a { background-color: #BCD398; }
a { background-color: rgb(188,211,152); }
div.DivClassName
{
background-color: #BCD398;
}
.BgClassName
{
background-color: #BCD398;
}
</style>
border-color css
<style>
span { border-color: #BCD398; }
span { border-color: rgb(188,211,152); }
td.TdClassName
{
border-color: #BCD398;
}
.TagClassName
{
border-color: #BCD398;
}
</style>