Shades of Sprout #BDCE9A
Tints of Sprout #BDCE9A
RGB
CMYK
RGB Variations
Color information
#BDCE9A (or 0xBDCE9A) is known color: Sprout. HEX triplet: BD, CE and 9A. RGB value is (189,206,154). Sum of RGB (Red+Green+Blue) = 189+206+154=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE9A is #423165. Grayscale: #C3C3C3. Windows color (decimal): -4338022 or 10145469. OLE color: 10145469.
HSL color Cylindrical-coordinate representation of color #BDCE9A: hue angle of 79.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCE9A is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 154 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.19 |
| HSL | 79.62º | 0.35% | 0.71% | - |
| HSV(B) | 79.62º | 0.25% | 0.81% | - |
| XYZ | 48.89 | 57.29 | 39.05 | - |
| YUV | 194.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 154 | 0.08 | 0 | 0.25 | 0.19 | 79.62 | 0.35 | 0.71 |
| Hex | BD | CE | 9A | 8 | 0 | 19 | 13 | 50 | 23 | 47 |
| Octal | 275 | 316 | 232 | 10 | 0 | 31 | 23 | 120 | 43 | 107 |
| Binary | 10111101 | 11001110 | 10011010 | 1000 | 0 | 11001 | 10011 | 1010000 | 100011 | 1000111 |
Color Harmonies of #BDCE9A
Complementary color
Monochromatic Colors of #BDCE9A
Black with #BDCE9A
Text Example
Text Example
White with #BDCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE9A; }
p { color: rgb(189,206,154); }
H1.HeaderClassName
{
color: #BDCE9A;
}
.AnyTagClassName
{
color: #BDCE9A;
}
</style>
background-color css
<style>
a { background-color: #BDCE9A; }
a { background-color: rgb(189,206,154); }
div.DivClassName
{
background-color: #BDCE9A;
}
.BgClassName
{
background-color: #BDCE9A;
}
</style>
border-color css
<style>
span { border-color: #BDCE9A; }
span { border-color: rgb(189,206,154); }
td.TdClassName
{
border-color: #BDCE9A;
}
.TagClassName
{
border-color: #BDCE9A;
}
</style>