Shades of Sprout #B0C490
Tints of Sprout #B0C490
RGB
CMYK
RGB Variations
Color information
#B0C490 (or 0xB0C490) is known color: Sprout. HEX triplet: B0, C4 and 90. RGB value is (176,196,144). Sum of RGB (Red+Green+Blue) = 176+196+144=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C490 is #4F3B6F. Grayscale: #B8B8B8. Windows color (decimal): -5192560 or 9487536. OLE color: 9487536.
HSL color Cylindrical-coordinate representation of color #B0C490: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C490 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 144 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.23 |
| HSL | 83.08º | 0.31% | 0.67% | - |
| HSV(B) | 83.08º | 0.27% | 0.77% | - |
| XYZ | 42.68 | 50.72 | 33.93 | - |
| YUV | 184.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 144 | 0.10 | 0 | 0.27 | 0.23 | 83.08 | 0.31 | 0.67 |
| Hex | B0 | C4 | 90 | A | 0 | 1B | 17 | 53 | 1F | 43 |
| Octal | 260 | 304 | 220 | 12 | 0 | 33 | 27 | 123 | 37 | 103 |
| Binary | 10110000 | 11000100 | 10010000 | 1010 | 0 | 11011 | 10111 | 1010011 | 11111 | 1000011 |
Color Harmonies of #B0C490
Complementary color
Monochromatic Colors of #B0C490
Black with #B0C490
Text Example
Text Example
White with #B0C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C490; }
p { color: rgb(176,196,144); }
H1.HeaderClassName
{
color: #B0C490;
}
.AnyTagClassName
{
color: #B0C490;
}
</style>
background-color css
<style>
a { background-color: #B0C490; }
a { background-color: rgb(176,196,144); }
div.DivClassName
{
background-color: #B0C490;
}
.BgClassName
{
background-color: #B0C490;
}
</style>
border-color css
<style>
span { border-color: #B0C490; }
span { border-color: rgb(176,196,144); }
td.TdClassName
{
border-color: #B0C490;
}
.TagClassName
{
border-color: #B0C490;
}
</style>