Shades of Sprout #BACE90
Tints of Sprout #BACE90
RGB
CMYK
RGB Variations
Color information
#BACE90 (or 0xBACE90) is known color: Sprout. HEX triplet: BA, CE and 90. RGB value is (186,206,144). Sum of RGB (Red+Green+Blue) = 186+206+144=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE90 is #45316F. Grayscale: #C1C1C1. Windows color (decimal): -4534640 or 9490106. OLE color: 9490106.
HSL color Cylindrical-coordinate representation of color #BACE90: hue angle of 79.35º 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 #BACE90 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 144 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.19 |
| HSL | 79.35º | 0.39% | 0.69% | - |
| HSV(B) | 79.35º | 0.3% | 0.81% | - |
| XYZ | 47.36 | 56.6 | 34.81 | - |
| YUV | 192.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 144 | 0.10 | 0 | 0.30 | 0.19 | 79.35 | 0.39 | 0.69 |
| Hex | BA | CE | 90 | A | 0 | 1E | 13 | 4F | 27 | 45 |
| Octal | 272 | 316 | 220 | 12 | 0 | 36 | 23 | 117 | 47 | 105 |
| Binary | 10111010 | 11001110 | 10010000 | 1010 | 0 | 11110 | 10011 | 1001111 | 100111 | 1000101 |
Color Harmonies of #BACE90
Complementary color
Monochromatic Colors of #BACE90
Black with #BACE90
Text Example
Text Example
White with #BACE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE90; }
p { color: rgb(186,206,144); }
H1.HeaderClassName
{
color: #BACE90;
}
.AnyTagClassName
{
color: #BACE90;
}
</style>
background-color css
<style>
a { background-color: #BACE90; }
a { background-color: rgb(186,206,144); }
div.DivClassName
{
background-color: #BACE90;
}
.BgClassName
{
background-color: #BACE90;
}
</style>
border-color css
<style>
span { border-color: #BACE90; }
span { border-color: rgb(186,206,144); }
td.TdClassName
{
border-color: #BACE90;
}
.TagClassName
{
border-color: #BACE90;
}
</style>