Shades of Sprout #BDCC8F
Tints of Sprout #BDCC8F
RGB
CMYK
RGB Variations
Color information
#BDCC8F (or 0xBDCC8F) is known color: Sprout. HEX triplet: BD, CC and 8F. RGB value is (189,204,143). Sum of RGB (Red+Green+Blue) = 189+204+143=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC8F is #423370. Grayscale: #C0C0C0. Windows color (decimal): -4338545 or 9424061. OLE color: 9424061.
HSL color Cylindrical-coordinate representation of color #BDCC8F: hue angle of 74.75º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCC8F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 143 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.2 |
| HSL | 74.75º | 0.37% | 0.68% | - |
| HSV(B) | 74.75º | 0.3% | 0.8% | - |
| XYZ | 47.54 | 55.99 | 34.29 | - |
| YUV | 192.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 143 | 0.07 | 0 | 0.30 | 0.2 | 74.75 | 0.37 | 0.68 |
| Hex | BD | CC | 8F | 7 | 0 | 1E | 14 | 4B | 25 | 44 |
| Octal | 275 | 314 | 217 | 7 | 0 | 36 | 24 | 113 | 45 | 104 |
| Binary | 10111101 | 11001100 | 10001111 | 111 | 0 | 11110 | 10100 | 1001011 | 100101 | 1000100 |
Color Harmonies of #BDCC8F
Complementary color
Monochromatic Colors of #BDCC8F
Black with #BDCC8F
Text Example
Text Example
White with #BDCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC8F; }
p { color: rgb(189,204,143); }
H1.HeaderClassName
{
color: #BDCC8F;
}
.AnyTagClassName
{
color: #BDCC8F;
}
</style>
background-color css
<style>
a { background-color: #BDCC8F; }
a { background-color: rgb(189,204,143); }
div.DivClassName
{
background-color: #BDCC8F;
}
.BgClassName
{
background-color: #BDCC8F;
}
</style>
border-color css
<style>
span { border-color: #BDCC8F; }
span { border-color: rgb(189,204,143); }
td.TdClassName
{
border-color: #BDCC8F;
}
.TagClassName
{
border-color: #BDCC8F;
}
</style>