Shades of Sprout #BDD78C
Tints of Sprout #BDD78C
RGB
CMYK
RGB Variations
Color information
#BDD78C (or 0xBDD78C) is known color: Sprout. HEX triplet: BD, D7 and 8C. RGB value is (189,215,140). Sum of RGB (Red+Green+Blue) = 189+215+140=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD78C is #422873. Grayscale: #C6C6C6. Windows color (decimal): -4335732 or 9230269. OLE color: 9230269.
HSL color Cylindrical-coordinate representation of color #BDD78C: hue angle of 80.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD78C is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 140 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.16 |
| HSL | 80.8º | 0.48% | 0.7% | - |
| HSV(B) | 80.8º | 0.35% | 0.84% | - |
| XYZ | 50.02 | 61.31 | 34.01 | - |
| YUV | 198.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 140 | 0.12 | 0 | 0.35 | 0.16 | 80.8 | 0.48 | 0.7 |
| Hex | BD | D7 | 8C | C | 0 | 23 | 10 | 51 | 30 | 46 |
| Octal | 275 | 327 | 214 | 14 | 0 | 43 | 20 | 121 | 60 | 106 |
| Binary | 10111101 | 11010111 | 10001100 | 1100 | 0 | 100011 | 10000 | 1010001 | 110000 | 1000110 |
Color Harmonies of #BDD78C
Complementary color
Monochromatic Colors of #BDD78C
Black with #BDD78C
Text Example
Text Example
White with #BDD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD78C; }
p { color: rgb(189,215,140); }
H1.HeaderClassName
{
color: #BDD78C;
}
.AnyTagClassName
{
color: #BDD78C;
}
</style>
background-color css
<style>
a { background-color: #BDD78C; }
a { background-color: rgb(189,215,140); }
div.DivClassName
{
background-color: #BDD78C;
}
.BgClassName
{
background-color: #BDD78C;
}
</style>
border-color css
<style>
span { border-color: #BDD78C; }
span { border-color: rgb(189,215,140); }
td.TdClassName
{
border-color: #BDD78C;
}
.TagClassName
{
border-color: #BDD78C;
}
</style>