Shades of Sprout #BDC99C
Tints of Sprout #BDC99C
RGB
CMYK
RGB Variations
Color information
#BDC99C (or 0xBDC99C) is known color: Sprout. HEX triplet: BD, C9 and 9C. RGB value is (189,201,156). Sum of RGB (Red+Green+Blue) = 189+201+156=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99C is #423663. Grayscale: #C0C0C0. Windows color (decimal): -4339300 or 10275261. OLE color: 10275261.
HSL color Cylindrical-coordinate representation of color #BDC99C: hue angle of 76º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC99C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 156 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.21 |
| HSL | 76º | 0.29% | 0.7% | - |
| HSV(B) | 76º | 0.22% | 0.79% | - |
| XYZ | 47.87 | 54.99 | 39.54 | - |
| YUV | 192.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 156 | 0.06 | 0 | 0.22 | 0.21 | 76 | 0.29 | 0.7 |
| Hex | BD | C9 | 9C | 6 | 0 | 16 | 15 | 4C | 1D | 46 |
| Octal | 275 | 311 | 234 | 6 | 0 | 26 | 25 | 114 | 35 | 106 |
| Binary | 10111101 | 11001001 | 10011100 | 110 | 0 | 10110 | 10101 | 1001100 | 11101 | 1000110 |
Color Harmonies of #BDC99C
Complementary color
Monochromatic Colors of #BDC99C
Black with #BDC99C
Text Example
Text Example
White with #BDC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC99C; }
p { color: rgb(189,201,156); }
H1.HeaderClassName
{
color: #BDC99C;
}
.AnyTagClassName
{
color: #BDC99C;
}
</style>
background-color css
<style>
a { background-color: #BDC99C; }
a { background-color: rgb(189,201,156); }
div.DivClassName
{
background-color: #BDC99C;
}
.BgClassName
{
background-color: #BDC99C;
}
</style>
border-color css
<style>
span { border-color: #BDC99C; }
span { border-color: rgb(189,201,156); }
td.TdClassName
{
border-color: #BDC99C;
}
.TagClassName
{
border-color: #BDC99C;
}
</style>