Shades of Sprout #BDCB9B
Tints of Sprout #BDCB9B
RGB
CMYK
RGB Variations
Color information
#BDCB9B (or 0xBDCB9B) is known color: Sprout. HEX triplet: BD, CB and 9B. RGB value is (189,203,155). Sum of RGB (Red+Green+Blue) = 189+203+155=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB9B is #423464. Grayscale: #C1C1C1. Windows color (decimal): -4338789 or 10210237. OLE color: 10210237.
HSL color Cylindrical-coordinate representation of color #BDCB9B: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCB9B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 155 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.20 |
| HSL | 77.5º | 0.32% | 0.7% | - |
| HSV(B) | 77.5º | 0.24% | 0.8% | - |
| XYZ | 48.26 | 55.9 | 39.26 | - |
| YUV | 193.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 155 | 0.07 | 0 | 0.24 | 0.20 | 77.5 | 0.32 | 0.7 |
| Hex | BD | CB | 9B | 7 | 0 | 18 | 14 | 4E | 20 | 46 |
| Octal | 275 | 313 | 233 | 7 | 0 | 30 | 24 | 116 | 40 | 106 |
| Binary | 10111101 | 11001011 | 10011011 | 111 | 0 | 11000 | 10100 | 1001110 | 100000 | 1000110 |
Color Harmonies of #BDCB9B
Complementary color
Monochromatic Colors of #BDCB9B
Black with #BDCB9B
Text Example
Text Example
White with #BDCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB9B; }
p { color: rgb(189,203,155); }
H1.HeaderClassName
{
color: #BDCB9B;
}
.AnyTagClassName
{
color: #BDCB9B;
}
</style>
background-color css
<style>
a { background-color: #BDCB9B; }
a { background-color: rgb(189,203,155); }
div.DivClassName
{
background-color: #BDCB9B;
}
.BgClassName
{
background-color: #BDCB9B;
}
</style>
border-color css
<style>
span { border-color: #BDCB9B; }
span { border-color: rgb(189,203,155); }
td.TdClassName
{
border-color: #BDCB9B;
}
.TagClassName
{
border-color: #BDCB9B;
}
</style>