Shades of Sprout #BDD194
Tints of Sprout #BDD194
RGB
CMYK
RGB Variations
Color information
#BDD194 (or 0xBDD194) is known color: Sprout. HEX triplet: BD, D1 and 94. RGB value is (189,209,148). Sum of RGB (Red+Green+Blue) = 189+209+148=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD194 is #422E6B. Grayscale: #C4C4C4. Windows color (decimal): -4337260 or 9753021. OLE color: 9753021.
HSL color Cylindrical-coordinate representation of color #BDD194: hue angle of 79.67º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD194 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 148 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.18 |
| HSL | 79.67º | 0.4% | 0.7% | - |
| HSV(B) | 79.67º | 0.29% | 0.82% | - |
| XYZ | 49.13 | 58.56 | 36.73 | - |
| YUV | 196.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 148 | 0.10 | 0 | 0.29 | 0.18 | 79.67 | 0.4 | 0.7 |
| Hex | BD | D1 | 94 | A | 0 | 1D | 12 | 50 | 28 | 46 |
| Octal | 275 | 321 | 224 | 12 | 0 | 35 | 22 | 120 | 50 | 106 |
| Binary | 10111101 | 11010001 | 10010100 | 1010 | 0 | 11101 | 10010 | 1010000 | 101000 | 1000110 |
Color Harmonies of #BDD194
Complementary color
Monochromatic Colors of #BDD194
Black with #BDD194
Text Example
Text Example
White with #BDD194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD194; }
p { color: rgb(189,209,148); }
H1.HeaderClassName
{
color: #BDD194;
}
.AnyTagClassName
{
color: #BDD194;
}
</style>
background-color css
<style>
a { background-color: #BDD194; }
a { background-color: rgb(189,209,148); }
div.DivClassName
{
background-color: #BDD194;
}
.BgClassName
{
background-color: #BDD194;
}
</style>
border-color css
<style>
span { border-color: #BDD194; }
span { border-color: rgb(189,209,148); }
td.TdClassName
{
border-color: #BDD194;
}
.TagClassName
{
border-color: #BDD194;
}
</style>