Shades of Sprout #BDC998
Tints of Sprout #BDC998
RGB
CMYK
RGB Variations
Color information
#BDC998 (or 0xBDC998) is known color: Sprout. HEX triplet: BD, C9 and 98. RGB value is (189,201,152). Sum of RGB (Red+Green+Blue) = 189+201+152=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC998 is #423667. Grayscale: #C0C0C0. Windows color (decimal): -4339304 or 10013117. OLE color: 10013117.
HSL color Cylindrical-coordinate representation of color #BDC998: hue angle of 74.69º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC998 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 152 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.21 |
| HSL | 74.69º | 0.31% | 0.69% | - |
| HSV(B) | 74.69º | 0.24% | 0.79% | - |
| XYZ | 47.54 | 54.86 | 37.79 | - |
| YUV | 191.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 152 | 0.06 | 0 | 0.24 | 0.21 | 74.69 | 0.31 | 0.69 |
| Hex | BD | C9 | 98 | 6 | 0 | 18 | 15 | 4B | 1F | 45 |
| Octal | 275 | 311 | 230 | 6 | 0 | 30 | 25 | 113 | 37 | 105 |
| Binary | 10111101 | 11001001 | 10011000 | 110 | 0 | 11000 | 10101 | 1001011 | 11111 | 1000101 |
Color Harmonies of #BDC998
Complementary color
Monochromatic Colors of #BDC998
Black with #BDC998
Text Example
Text Example
White with #BDC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC998; }
p { color: rgb(189,201,152); }
H1.HeaderClassName
{
color: #BDC998;
}
.AnyTagClassName
{
color: #BDC998;
}
</style>
background-color css
<style>
a { background-color: #BDC998; }
a { background-color: rgb(189,201,152); }
div.DivClassName
{
background-color: #BDC998;
}
.BgClassName
{
background-color: #BDC998;
}
</style>
border-color css
<style>
span { border-color: #BDC998; }
span { border-color: rgb(189,201,152); }
td.TdClassName
{
border-color: #BDC998;
}
.TagClassName
{
border-color: #BDC998;
}
</style>