Shades of Sprout #BDD096
Tints of Sprout #BDD096
RGB
CMYK
RGB Variations
Color information
#BDD096 (or 0xBDD096) is known color: Sprout. HEX triplet: BD, D0 and 96. RGB value is (189,208,150). Sum of RGB (Red+Green+Blue) = 189+208+150=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD096 is #422F69. Grayscale: #C3C3C3. Windows color (decimal): -4337514 or 9883837. OLE color: 9883837.
HSL color Cylindrical-coordinate representation of color #BDD096: hue angle of 79.66º degrees, saturation: 0.38, 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 #BDD096 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 150 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.18 |
| HSL | 79.66º | 0.38% | 0.7% | - |
| HSV(B) | 79.66º | 0.28% | 0.82% | - |
| XYZ | 49.05 | 58.13 | 37.49 | - |
| YUV | 195.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 150 | 0.09 | 0 | 0.28 | 0.18 | 79.66 | 0.38 | 0.7 |
| Hex | BD | D0 | 96 | 9 | 0 | 1C | 12 | 50 | 26 | 46 |
| Octal | 275 | 320 | 226 | 11 | 0 | 34 | 22 | 120 | 46 | 106 |
| Binary | 10111101 | 11010000 | 10010110 | 1001 | 0 | 11100 | 10010 | 1010000 | 100110 | 1000110 |
Color Harmonies of #BDD096
Complementary color
Monochromatic Colors of #BDD096
Black with #BDD096
Text Example
Text Example
White with #BDD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD096; }
p { color: rgb(189,208,150); }
H1.HeaderClassName
{
color: #BDD096;
}
.AnyTagClassName
{
color: #BDD096;
}
</style>
background-color css
<style>
a { background-color: #BDD096; }
a { background-color: rgb(189,208,150); }
div.DivClassName
{
background-color: #BDD096;
}
.BgClassName
{
background-color: #BDD096;
}
</style>
border-color css
<style>
span { border-color: #BDD096; }
span { border-color: rgb(189,208,150); }
td.TdClassName
{
border-color: #BDD096;
}
.TagClassName
{
border-color: #BDD096;
}
</style>