Shades of Sprout #BACC94
Tints of Sprout #BACC94
RGB
CMYK
RGB Variations
Color information
#BACC94 (or 0xBACC94) is known color: Sprout. HEX triplet: BA, CC and 94. RGB value is (186,204,148). Sum of RGB (Red+Green+Blue) = 186+204+148=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC94 is #45336B. Grayscale: #C0C0C0. Windows color (decimal): -4535148 or 9751738. OLE color: 9751738.
HSL color Cylindrical-coordinate representation of color #BACC94: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACC94 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 148 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.2 |
| HSL | 79.29º | 0.35% | 0.69% | - |
| HSV(B) | 79.29º | 0.27% | 0.8% | - |
| XYZ | 47.19 | 55.76 | 36.29 | - |
| YUV | 192.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 148 | 0.09 | 0 | 0.27 | 0.2 | 79.29 | 0.35 | 0.69 |
| Hex | BA | CC | 94 | 9 | 0 | 1B | 14 | 4F | 23 | 45 |
| Octal | 272 | 314 | 224 | 11 | 0 | 33 | 24 | 117 | 43 | 105 |
| Binary | 10111010 | 11001100 | 10010100 | 1001 | 0 | 11011 | 10100 | 1001111 | 100011 | 1000101 |
Color Harmonies of #BACC94
Complementary color
Monochromatic Colors of #BACC94
Black with #BACC94
Text Example
Text Example
White with #BACC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC94; }
p { color: rgb(186,204,148); }
H1.HeaderClassName
{
color: #BACC94;
}
.AnyTagClassName
{
color: #BACC94;
}
</style>
background-color css
<style>
a { background-color: #BACC94; }
a { background-color: rgb(186,204,148); }
div.DivClassName
{
background-color: #BACC94;
}
.BgClassName
{
background-color: #BACC94;
}
</style>
border-color css
<style>
span { border-color: #BACC94; }
span { border-color: rgb(186,204,148); }
td.TdClassName
{
border-color: #BACC94;
}
.TagClassName
{
border-color: #BACC94;
}
</style>