Shades of Sprout #BDD095
Tints of Sprout #BDD095
RGB
CMYK
RGB Variations
Color information
#BDD095 (or 0xBDD095) is known color: Sprout. HEX triplet: BD, D0 and 95. RGB value is (189,208,149). Sum of RGB (Red+Green+Blue) = 189+208+149=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD095 is #422F6A. Grayscale: #C3C3C3. Windows color (decimal): -4337515 or 9818301. OLE color: 9818301.
HSL color Cylindrical-coordinate representation of color #BDD095: hue angle of 79.32º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD095 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 149 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.18 |
| HSL | 79.32º | 0.39% | 0.7% | - |
| HSV(B) | 79.32º | 0.28% | 0.82% | - |
| XYZ | 48.97 | 58.1 | 37.07 | - |
| YUV | 195.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 149 | 0.09 | 0 | 0.28 | 0.18 | 79.32 | 0.39 | 0.7 |
| Hex | BD | D0 | 95 | 9 | 0 | 1C | 12 | 4F | 27 | 46 |
| Octal | 275 | 320 | 225 | 11 | 0 | 34 | 22 | 117 | 47 | 106 |
| Binary | 10111101 | 11010000 | 10010101 | 1001 | 0 | 11100 | 10010 | 1001111 | 100111 | 1000110 |
Color Harmonies of #BDD095
Complementary color
Monochromatic Colors of #BDD095
Black with #BDD095
Text Example
Text Example
White with #BDD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD095; }
p { color: rgb(189,208,149); }
H1.HeaderClassName
{
color: #BDD095;
}
.AnyTagClassName
{
color: #BDD095;
}
</style>
background-color css
<style>
a { background-color: #BDD095; }
a { background-color: rgb(189,208,149); }
div.DivClassName
{
background-color: #BDD095;
}
.BgClassName
{
background-color: #BDD095;
}
</style>
border-color css
<style>
span { border-color: #BDD095; }
span { border-color: rgb(189,208,149); }
td.TdClassName
{
border-color: #BDD095;
}
.TagClassName
{
border-color: #BDD095;
}
</style>