Shades of Sprout #BDCE90
Tints of Sprout #BDCE90
RGB
CMYK
RGB Variations
Color information
#BDCE90 (or 0xBDCE90) is known color: Sprout. HEX triplet: BD, CE and 90. RGB value is (189,206,144). Sum of RGB (Red+Green+Blue) = 189+206+144=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE90 is #42316F. Grayscale: #C2C2C2. Windows color (decimal): -4338032 or 9490109. OLE color: 9490109.
HSL color Cylindrical-coordinate representation of color #BDCE90: hue angle of 76.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCE90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 144 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.19 |
| HSL | 76.45º | 0.39% | 0.69% | - |
| HSV(B) | 76.45º | 0.3% | 0.81% | - |
| XYZ | 48.09 | 56.98 | 34.85 | - |
| YUV | 193.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 144 | 0.08 | 0 | 0.30 | 0.19 | 76.45 | 0.39 | 0.69 |
| Hex | BD | CE | 90 | 8 | 0 | 1E | 13 | 4C | 27 | 45 |
| Octal | 275 | 316 | 220 | 10 | 0 | 36 | 23 | 114 | 47 | 105 |
| Binary | 10111101 | 11001110 | 10010000 | 1000 | 0 | 11110 | 10011 | 1001100 | 100111 | 1000101 |
Color Harmonies of #BDCE90
Complementary color
Monochromatic Colors of #BDCE90
Black with #BDCE90
Text Example
Text Example
White with #BDCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE90; }
p { color: rgb(189,206,144); }
H1.HeaderClassName
{
color: #BDCE90;
}
.AnyTagClassName
{
color: #BDCE90;
}
</style>
background-color css
<style>
a { background-color: #BDCE90; }
a { background-color: rgb(189,206,144); }
div.DivClassName
{
background-color: #BDCE90;
}
.BgClassName
{
background-color: #BDCE90;
}
</style>
border-color css
<style>
span { border-color: #BDCE90; }
span { border-color: rgb(189,206,144); }
td.TdClassName
{
border-color: #BDCE90;
}
.TagClassName
{
border-color: #BDCE90;
}
</style>