Shades of Sprout #BCD690
Tints of Sprout #BCD690
RGB
CMYK
RGB Variations
Color information
#BCD690 (or 0xBCD690) is known color: Sprout. HEX triplet: BC, D6 and 90. RGB value is (188,214,144). Sum of RGB (Red+Green+Blue) = 188+214+144=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD690 is #43296F. Grayscale: #C6C6C6. Windows color (decimal): -4401520 or 9492156. OLE color: 9492156.
HSL color Cylindrical-coordinate representation of color #BCD690: hue angle of 82.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD690 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 144 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.16 |
| HSL | 82.29º | 0.46% | 0.7% | - |
| HSV(B) | 82.29º | 0.33% | 0.84% | - |
| XYZ | 49.82 | 60.8 | 35.5 | - |
| YUV | 198.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 144 | 0.12 | 0 | 0.33 | 0.16 | 82.29 | 0.46 | 0.7 |
| Hex | BC | D6 | 90 | C | 0 | 21 | 10 | 52 | 2E | 46 |
| Octal | 274 | 326 | 220 | 14 | 0 | 41 | 20 | 122 | 56 | 106 |
| Binary | 10111100 | 11010110 | 10010000 | 1100 | 0 | 100001 | 10000 | 1010010 | 101110 | 1000110 |
Color Harmonies of #BCD690
Complementary color
Monochromatic Colors of #BCD690
Black with #BCD690
Text Example
Text Example
White with #BCD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD690; }
p { color: rgb(188,214,144); }
H1.HeaderClassName
{
color: #BCD690;
}
.AnyTagClassName
{
color: #BCD690;
}
</style>
background-color css
<style>
a { background-color: #BCD690; }
a { background-color: rgb(188,214,144); }
div.DivClassName
{
background-color: #BCD690;
}
.BgClassName
{
background-color: #BCD690;
}
</style>
border-color css
<style>
span { border-color: #BCD690; }
span { border-color: rgb(188,214,144); }
td.TdClassName
{
border-color: #BCD690;
}
.TagClassName
{
border-color: #BCD690;
}
</style>