Shades of Sprout #BDCC9E
Tints of Sprout #BDCC9E
RGB
CMYK
RGB Variations
Color information
#BDCC9E (or 0xBDCC9E) is known color: Sprout. HEX triplet: BD, CC and 9E. RGB value is (189,204,158). Sum of RGB (Red+Green+Blue) = 189+204+158=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC9E is #423361. Grayscale: #C2C2C2. Windows color (decimal): -4338530 or 10407101. OLE color: 10407101.
HSL color Cylindrical-coordinate representation of color #BDCC9E: hue angle of 79.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCC9E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 158 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.2 |
| HSL | 79.57º | 0.31% | 0.71% | - |
| HSV(B) | 79.57º | 0.23% | 0.8% | - |
| XYZ | 48.75 | 56.47 | 40.68 | - |
| YUV | 194.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 158 | 0.07 | 0 | 0.23 | 0.2 | 79.57 | 0.31 | 0.71 |
| Hex | BD | CC | 9E | 7 | 0 | 17 | 14 | 50 | 1F | 47 |
| Octal | 275 | 314 | 236 | 7 | 0 | 27 | 24 | 120 | 37 | 107 |
| Binary | 10111101 | 11001100 | 10011110 | 111 | 0 | 10111 | 10100 | 1010000 | 11111 | 1000111 |
Color Harmonies of #BDCC9E
Complementary color
Monochromatic Colors of #BDCC9E
Black with #BDCC9E
Text Example
Text Example
White with #BDCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC9E; }
p { color: rgb(189,204,158); }
H1.HeaderClassName
{
color: #BDCC9E;
}
.AnyTagClassName
{
color: #BDCC9E;
}
</style>
background-color css
<style>
a { background-color: #BDCC9E; }
a { background-color: rgb(189,204,158); }
div.DivClassName
{
background-color: #BDCC9E;
}
.BgClassName
{
background-color: #BDCC9E;
}
</style>
border-color css
<style>
span { border-color: #BDCC9E; }
span { border-color: rgb(189,204,158); }
td.TdClassName
{
border-color: #BDCC9E;
}
.TagClassName
{
border-color: #BDCC9E;
}
</style>