Shades of Sprout #BCDA93
Tints of Sprout #BCDA93
RGB
CMYK
RGB Variations
Color information
#BCDA93 (or 0xBCDA93) is known color: Sprout. HEX triplet: BC, DA and 93. RGB value is (188,218,147). Sum of RGB (Red+Green+Blue) = 188+218+147=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA93 is #43256C. Grayscale: #C9C9C9. Windows color (decimal): -4400493 or 9689788. OLE color: 9689788.
HSL color Cylindrical-coordinate representation of color #BCDA93: hue angle of 85.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDA93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 147 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.15 |
| HSL | 85.35º | 0.49% | 0.72% | - |
| HSV(B) | 85.35º | 0.33% | 0.85% | - |
| XYZ | 51.08 | 62.94 | 37.06 | - |
| YUV | 200.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 147 | 0.14 | 0 | 0.33 | 0.15 | 85.35 | 0.49 | 0.72 |
| Hex | BC | DA | 93 | E | 0 | 21 | F | 55 | 31 | 48 |
| Octal | 274 | 332 | 223 | 16 | 0 | 41 | 17 | 125 | 61 | 110 |
| Binary | 10111100 | 11011010 | 10010011 | 1110 | 0 | 100001 | 1111 | 1010101 | 110001 | 1001000 |
Color Harmonies of #BCDA93
Complementary color
Monochromatic Colors of #BCDA93
Black with #BCDA93
Text Example
Text Example
White with #BCDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA93; }
p { color: rgb(188,218,147); }
H1.HeaderClassName
{
color: #BCDA93;
}
.AnyTagClassName
{
color: #BCDA93;
}
</style>
background-color css
<style>
a { background-color: #BCDA93; }
a { background-color: rgb(188,218,147); }
div.DivClassName
{
background-color: #BCDA93;
}
.BgClassName
{
background-color: #BCDA93;
}
</style>
border-color css
<style>
span { border-color: #BCDA93; }
span { border-color: rgb(188,218,147); }
td.TdClassName
{
border-color: #BCDA93;
}
.TagClassName
{
border-color: #BCDA93;
}
</style>