Shades of Sprout #BDD58C
Tints of Sprout #BDD58C
RGB
CMYK
RGB Variations
Color information
#BDD58C (or 0xBDD58C) is known color: Sprout. HEX triplet: BD, D5 and 8C. RGB value is (189,213,140). Sum of RGB (Red+Green+Blue) = 189+213+140=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58C is #422A73. Grayscale: #C5C5C5. Windows color (decimal): -4336244 or 9229757. OLE color: 9229757.
HSL color Cylindrical-coordinate representation of color #BDD58C: hue angle of 79.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD58C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 140 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.16 |
| HSL | 79.73º | 0.46% | 0.69% | - |
| HSV(B) | 79.73º | 0.34% | 0.84% | - |
| XYZ | 49.51 | 60.3 | 33.84 | - |
| YUV | 197.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 140 | 0.11 | 0 | 0.34 | 0.16 | 79.73 | 0.46 | 0.69 |
| Hex | BD | D5 | 8C | B | 0 | 22 | 10 | 50 | 2E | 45 |
| Octal | 275 | 325 | 214 | 13 | 0 | 42 | 20 | 120 | 56 | 105 |
| Binary | 10111101 | 11010101 | 10001100 | 1011 | 0 | 100010 | 10000 | 1010000 | 101110 | 1000101 |
Color Harmonies of #BDD58C
Complementary color
Monochromatic Colors of #BDD58C
Black with #BDD58C
Text Example
Text Example
White with #BDD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD58C; }
p { color: rgb(189,213,140); }
H1.HeaderClassName
{
color: #BDD58C;
}
.AnyTagClassName
{
color: #BDD58C;
}
</style>
background-color css
<style>
a { background-color: #BDD58C; }
a { background-color: rgb(189,213,140); }
div.DivClassName
{
background-color: #BDD58C;
}
.BgClassName
{
background-color: #BDD58C;
}
</style>
border-color css
<style>
span { border-color: #BDD58C; }
span { border-color: rgb(189,213,140); }
td.TdClassName
{
border-color: #BDD58C;
}
.TagClassName
{
border-color: #BDD58C;
}
</style>