Shades of Sprout #B0C0A0
Tints of Sprout #B0C0A0
RGB
CMYK
RGB Variations
Color information
#B0C0A0 (or 0xB0C0A0) is known color: Sprout. HEX triplet: B0, C0 and A0. RGB value is (176,192,160). Sum of RGB (Red+Green+Blue) = 176+192+160=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0A0 is #4F3F5F. Grayscale: #B7B7B7. Windows color (decimal): -5193568 or 10535088. OLE color: 10535088.
HSL color Cylindrical-coordinate representation of color #B0C0A0: hue angle of 90º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0C0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 160 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.25 |
| HSL | 90º | 0.2% | 0.69% | - |
| HSV(B) | 90º | 0.17% | 0.75% | - |
| XYZ | 43.1 | 49.47 | 40.53 | - |
| YUV | 183.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 160 | 0.08 | 0 | 0.17 | 0.25 | 90 | 0.2 | 0.69 |
| Hex | B0 | C0 | A0 | 8 | 0 | 11 | 19 | 5A | 14 | 45 |
| Octal | 260 | 300 | 240 | 10 | 0 | 21 | 31 | 132 | 24 | 105 |
| Binary | 10110000 | 11000000 | 10100000 | 1000 | 0 | 10001 | 11001 | 1011010 | 10100 | 1000101 |
Color Harmonies of #B0C0A0
Complementary color
Monochromatic Colors of #B0C0A0
Black with #B0C0A0
Text Example
Text Example
White with #B0C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0A0; }
p { color: rgb(176,192,160); }
H1.HeaderClassName
{
color: #B0C0A0;
}
.AnyTagClassName
{
color: #B0C0A0;
}
</style>
background-color css
<style>
a { background-color: #B0C0A0; }
a { background-color: rgb(176,192,160); }
div.DivClassName
{
background-color: #B0C0A0;
}
.BgClassName
{
background-color: #B0C0A0;
}
</style>
border-color css
<style>
span { border-color: #B0C0A0; }
span { border-color: rgb(176,192,160); }
td.TdClassName
{
border-color: #B0C0A0;
}
.TagClassName
{
border-color: #B0C0A0;
}
</style>