Shades of Sprout #BACB98
Tints of Sprout #BACB98
RGB
CMYK
RGB Variations
Color information
#BACB98 (or 0xBACB98) is known color: Sprout. HEX triplet: BA, CB and 98. RGB value is (186,203,152). Sum of RGB (Red+Green+Blue) = 186+203+152=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB98 is #453467. Grayscale: #C0C0C0. Windows color (decimal): -4535400 or 10013626. OLE color: 10013626.
HSL color Cylindrical-coordinate representation of color #BACB98: hue angle of 80º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACB98 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 152 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.20 |
| HSL | 80º | 0.33% | 0.7% | - |
| HSV(B) | 80º | 0.25% | 0.8% | - |
| XYZ | 47.27 | 55.42 | 37.91 | - |
| YUV | 192.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 152 | 0.08 | 0 | 0.25 | 0.20 | 80 | 0.33 | 0.7 |
| Hex | BA | CB | 98 | 8 | 0 | 19 | 14 | 50 | 21 | 46 |
| Octal | 272 | 313 | 230 | 10 | 0 | 31 | 24 | 120 | 41 | 106 |
| Binary | 10111010 | 11001011 | 10011000 | 1000 | 0 | 11001 | 10100 | 1010000 | 100001 | 1000110 |
Color Harmonies of #BACB98
Complementary color
Monochromatic Colors of #BACB98
Black with #BACB98
Text Example
Text Example
White with #BACB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB98; }
p { color: rgb(186,203,152); }
H1.HeaderClassName
{
color: #BACB98;
}
.AnyTagClassName
{
color: #BACB98;
}
</style>
background-color css
<style>
a { background-color: #BACB98; }
a { background-color: rgb(186,203,152); }
div.DivClassName
{
background-color: #BACB98;
}
.BgClassName
{
background-color: #BACB98;
}
</style>
border-color css
<style>
span { border-color: #BACB98; }
span { border-color: rgb(186,203,152); }
td.TdClassName
{
border-color: #BACB98;
}
.TagClassName
{
border-color: #BACB98;
}
</style>