Shades of Sprout #BDD08E
Tints of Sprout #BDD08E
RGB
CMYK
RGB Variations
Color information
#BDD08E (or 0xBDD08E) is known color: Sprout. HEX triplet: BD, D0 and 8E. RGB value is (189,208,142). Sum of RGB (Red+Green+Blue) = 189+208+142=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08E is #422F71. Grayscale: #C3C3C3. Windows color (decimal): -4337522 or 9359549. OLE color: 9359549.
HSL color Cylindrical-coordinate representation of color #BDD08E: hue angle of 77.27º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD08E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 142 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.18 |
| HSL | 77.27º | 0.41% | 0.69% | - |
| HSV(B) | 77.27º | 0.32% | 0.82% | - |
| XYZ | 48.42 | 57.88 | 34.21 | - |
| YUV | 194.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 142 | 0.09 | 0 | 0.32 | 0.18 | 77.27 | 0.41 | 0.69 |
| Hex | BD | D0 | 8E | 9 | 0 | 20 | 12 | 4D | 29 | 45 |
| Octal | 275 | 320 | 216 | 11 | 0 | 40 | 22 | 115 | 51 | 105 |
| Binary | 10111101 | 11010000 | 10001110 | 1001 | 0 | 100000 | 10010 | 1001101 | 101001 | 1000101 |
Color Harmonies of #BDD08E
Complementary color
Monochromatic Colors of #BDD08E
Black with #BDD08E
Text Example
Text Example
White with #BDD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD08E; }
p { color: rgb(189,208,142); }
H1.HeaderClassName
{
color: #BDD08E;
}
.AnyTagClassName
{
color: #BDD08E;
}
</style>
background-color css
<style>
a { background-color: #BDD08E; }
a { background-color: rgb(189,208,142); }
div.DivClassName
{
background-color: #BDD08E;
}
.BgClassName
{
background-color: #BDD08E;
}
</style>
border-color css
<style>
span { border-color: #BDD08E; }
span { border-color: rgb(189,208,142); }
td.TdClassName
{
border-color: #BDD08E;
}
.TagClassName
{
border-color: #BDD08E;
}
</style>