Shades of Sprout #BDCC9D
Tints of Sprout #BDCC9D
RGB
CMYK
RGB Variations
Color information
#BDCC9D (or 0xBDCC9D) is known color: Sprout. HEX triplet: BD, CC and 9D. RGB value is (189,204,157). Sum of RGB (Red+Green+Blue) = 189+204+157=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC9D is #423362. Grayscale: #C2C2C2. Windows color (decimal): -4338531 or 10341565. OLE color: 10341565.
HSL color Cylindrical-coordinate representation of color #BDCC9D: hue angle of 79.15º degrees, saturation: 0.32, 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 #BDCC9D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 157 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.2 |
| HSL | 79.15º | 0.32% | 0.71% | - |
| HSV(B) | 79.15º | 0.23% | 0.8% | - |
| XYZ | 48.66 | 56.44 | 40.23 | - |
| YUV | 194.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 157 | 0.07 | 0 | 0.23 | 0.2 | 79.15 | 0.32 | 0.71 |
| Hex | BD | CC | 9D | 7 | 0 | 17 | 14 | 4F | 20 | 47 |
| Octal | 275 | 314 | 235 | 7 | 0 | 27 | 24 | 117 | 40 | 107 |
| Binary | 10111101 | 11001100 | 10011101 | 111 | 0 | 10111 | 10100 | 1001111 | 100000 | 1000111 |
Color Harmonies of #BDCC9D
Complementary color
Monochromatic Colors of #BDCC9D
Black with #BDCC9D
Text Example
Text Example
White with #BDCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC9D; }
p { color: rgb(189,204,157); }
H1.HeaderClassName
{
color: #BDCC9D;
}
.AnyTagClassName
{
color: #BDCC9D;
}
</style>
background-color css
<style>
a { background-color: #BDCC9D; }
a { background-color: rgb(189,204,157); }
div.DivClassName
{
background-color: #BDCC9D;
}
.BgClassName
{
background-color: #BDCC9D;
}
</style>
border-color css
<style>
span { border-color: #BDCC9D; }
span { border-color: rgb(189,204,157); }
td.TdClassName
{
border-color: #BDCC9D;
}
.TagClassName
{
border-color: #BDCC9D;
}
</style>