Shades of Sprout #BDDD97
Tints of Sprout #BDDD97
RGB
CMYK
RGB Variations
Color information
#BDDD97 (or 0xBDDD97) is known color: Sprout. HEX triplet: BD, DD and 97. RGB value is (189,221,151). Sum of RGB (Red+Green+Blue) = 189+221+151=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD97 is #422268. Grayscale: #CBCBCB. Windows color (decimal): -4334185 or 9952701. OLE color: 9952701.
HSL color Cylindrical-coordinate representation of color #BDDD97: hue angle of 87.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDD97 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 151 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 87.43º | 0.51% | 0.73% | - |
| HSV(B) | 87.43º | 0.32% | 0.87% | - |
| XYZ | 52.43 | 64.77 | 39.02 | - |
| YUV | 203.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 151 | 0.14 | 0 | 0.32 | 0.13 | 87.43 | 0.51 | 0.73 |
| Hex | BD | DD | 97 | E | 0 | 20 | D | 57 | 33 | 49 |
| Octal | 275 | 335 | 227 | 16 | 0 | 40 | 15 | 127 | 63 | 111 |
| Binary | 10111101 | 11011101 | 10010111 | 1110 | 0 | 100000 | 1101 | 1010111 | 110011 | 1001001 |
Color Harmonies of #BDDD97
Complementary color
Monochromatic Colors of #BDDD97
Black with #BDDD97
Text Example
Text Example
White with #BDDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD97; }
p { color: rgb(189,221,151); }
H1.HeaderClassName
{
color: #BDDD97;
}
.AnyTagClassName
{
color: #BDDD97;
}
</style>
background-color css
<style>
a { background-color: #BDDD97; }
a { background-color: rgb(189,221,151); }
div.DivClassName
{
background-color: #BDDD97;
}
.BgClassName
{
background-color: #BDDD97;
}
</style>
border-color css
<style>
span { border-color: #BDDD97; }
span { border-color: rgb(189,221,151); }
td.TdClassName
{
border-color: #BDDD97;
}
.TagClassName
{
border-color: #BDDD97;
}
</style>