Shades of Sprout #BDC89A
Tints of Sprout #BDC89A
RGB
CMYK
RGB Variations
Color information
#BDC89A (or 0xBDC89A) is known color: Sprout. HEX triplet: BD, C8 and 9A. RGB value is (189,200,154). Sum of RGB (Red+Green+Blue) = 189+200+154=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89A is #423765. Grayscale: #BFBFBF. Windows color (decimal): -4339558 or 10143933. OLE color: 10143933.
HSL color Cylindrical-coordinate representation of color #BDC89A: hue angle of 74.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC89A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 154 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.22 |
| HSL | 74.35º | 0.29% | 0.69% | - |
| HSV(B) | 74.35º | 0.23% | 0.78% | - |
| XYZ | 47.47 | 54.46 | 38.58 | - |
| YUV | 191.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 154 | 0.06 | 0 | 0.23 | 0.22 | 74.35 | 0.29 | 0.69 |
| Hex | BD | C8 | 9A | 6 | 0 | 17 | 16 | 4A | 1D | 45 |
| Octal | 275 | 310 | 232 | 6 | 0 | 27 | 26 | 112 | 35 | 105 |
| Binary | 10111101 | 11001000 | 10011010 | 110 | 0 | 10111 | 10110 | 1001010 | 11101 | 1000101 |
Color Harmonies of #BDC89A
Complementary color
Monochromatic Colors of #BDC89A
Black with #BDC89A
Text Example
Text Example
White with #BDC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC89A; }
p { color: rgb(189,200,154); }
H1.HeaderClassName
{
color: #BDC89A;
}
.AnyTagClassName
{
color: #BDC89A;
}
</style>
background-color css
<style>
a { background-color: #BDC89A; }
a { background-color: rgb(189,200,154); }
div.DivClassName
{
background-color: #BDC89A;
}
.BgClassName
{
background-color: #BDC89A;
}
</style>
border-color css
<style>
span { border-color: #BDC89A; }
span { border-color: rgb(189,200,154); }
td.TdClassName
{
border-color: #BDC89A;
}
.TagClassName
{
border-color: #BDC89A;
}
</style>