Shades of Sprout #B2BEA0
Tints of Sprout #B2BEA0
RGB
CMYK
RGB Variations
Color information
#B2BEA0 (or 0xB2BEA0) is known color: Sprout. HEX triplet: B2, BE and A0. RGB value is (178,190,160). Sum of RGB (Red+Green+Blue) = 178+190+160=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA0 is #4D415F. Grayscale: #B7B7B7. Windows color (decimal): -5063008 or 10534578. OLE color: 10534578.
HSL color Cylindrical-coordinate representation of color #B2BEA0: hue angle of 84º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2BEA0 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 160 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.25 |
| HSL | 84º | 0.19% | 0.69% | - |
| HSV(B) | 84º | 0.16% | 0.75% | - |
| XYZ | 43.12 | 48.83 | 40.41 | - |
| YUV | 182.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 160 | 0.06 | 0 | 0.16 | 0.25 | 84 | 0.19 | 0.69 |
| Hex | B2 | BE | A0 | 6 | 0 | 10 | 19 | 54 | 13 | 45 |
| Octal | 262 | 276 | 240 | 6 | 0 | 20 | 31 | 124 | 23 | 105 |
| Binary | 10110010 | 10111110 | 10100000 | 110 | 0 | 10000 | 11001 | 1010100 | 10011 | 1000101 |
Color Harmonies of #B2BEA0
Complementary color
Monochromatic Colors of #B2BEA0
Black with #B2BEA0
Text Example
Text Example
White with #B2BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEA0; }
p { color: rgb(178,190,160); }
H1.HeaderClassName
{
color: #B2BEA0;
}
.AnyTagClassName
{
color: #B2BEA0;
}
</style>
background-color css
<style>
a { background-color: #B2BEA0; }
a { background-color: rgb(178,190,160); }
div.DivClassName
{
background-color: #B2BEA0;
}
.BgClassName
{
background-color: #B2BEA0;
}
</style>
border-color css
<style>
span { border-color: #B2BEA0; }
span { border-color: rgb(178,190,160); }
td.TdClassName
{
border-color: #B2BEA0;
}
.TagClassName
{
border-color: #B2BEA0;
}
</style>