Shades of Sprout #BACF92
Tints of Sprout #BACF92
RGB
CMYK
RGB Variations
Color information
#BACF92 (or 0xBACF92) is known color: Sprout. HEX triplet: BA, CF and 92. RGB value is (186,207,146). Sum of RGB (Red+Green+Blue) = 186+207+146=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF92 is #45306D. Grayscale: #C1C1C1. Windows color (decimal): -4534382 or 9621434. OLE color: 9621434.
HSL color Cylindrical-coordinate representation of color #BACF92: hue angle of 80.66º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BACF92 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 146 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.19 |
| HSL | 80.66º | 0.39% | 0.69% | - |
| HSV(B) | 80.66º | 0.29% | 0.81% | - |
| XYZ | 47.75 | 57.14 | 35.71 | - |
| YUV | 193.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 146 | 0.10 | 0 | 0.29 | 0.19 | 80.66 | 0.39 | 0.69 |
| Hex | BA | CF | 92 | A | 0 | 1D | 13 | 51 | 27 | 45 |
| Octal | 272 | 317 | 222 | 12 | 0 | 35 | 23 | 121 | 47 | 105 |
| Binary | 10111010 | 11001111 | 10010010 | 1010 | 0 | 11101 | 10011 | 1010001 | 100111 | 1000101 |
Color Harmonies of #BACF92
Complementary color
Monochromatic Colors of #BACF92
Black with #BACF92
Text Example
Text Example
White with #BACF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF92; }
p { color: rgb(186,207,146); }
H1.HeaderClassName
{
color: #BACF92;
}
.AnyTagClassName
{
color: #BACF92;
}
</style>
background-color css
<style>
a { background-color: #BACF92; }
a { background-color: rgb(186,207,146); }
div.DivClassName
{
background-color: #BACF92;
}
.BgClassName
{
background-color: #BACF92;
}
</style>
border-color css
<style>
span { border-color: #BACF92; }
span { border-color: rgb(186,207,146); }
td.TdClassName
{
border-color: #BACF92;
}
.TagClassName
{
border-color: #BACF92;
}
</style>