Shades of Sprout #B2C19F
Tints of Sprout #B2C19F
RGB
CMYK
RGB Variations
Color information
#B2C19F (or 0xB2C19F) is known color: Sprout. HEX triplet: B2, C1 and 9F. RGB value is (178,193,159). Sum of RGB (Red+Green+Blue) = 178+193+159=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C19F is #4D3E60. Grayscale: #B8B8B8. Windows color (decimal): -5062241 or 10469810. OLE color: 10469810.
HSL color Cylindrical-coordinate representation of color #B2C19F: hue angle of 86.47º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2C19F is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 159 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.24 |
| HSL | 86.47º | 0.22% | 0.69% | - |
| HSV(B) | 86.47º | 0.18% | 0.76% | - |
| XYZ | 43.69 | 50.11 | 40.17 | - |
| YUV | 184.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 159 | 0.08 | 0 | 0.18 | 0.24 | 86.47 | 0.22 | 0.69 |
| Hex | B2 | C1 | 9F | 8 | 0 | 12 | 18 | 56 | 16 | 45 |
| Octal | 262 | 301 | 237 | 10 | 0 | 22 | 30 | 126 | 26 | 105 |
| Binary | 10110010 | 11000001 | 10011111 | 1000 | 0 | 10010 | 11000 | 1010110 | 10110 | 1000101 |
Color Harmonies of #B2C19F
Complementary color
Monochromatic Colors of #B2C19F
Black with #B2C19F
Text Example
Text Example
White with #B2C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C19F; }
p { color: rgb(178,193,159); }
H1.HeaderClassName
{
color: #B2C19F;
}
.AnyTagClassName
{
color: #B2C19F;
}
</style>
background-color css
<style>
a { background-color: #B2C19F; }
a { background-color: rgb(178,193,159); }
div.DivClassName
{
background-color: #B2C19F;
}
.BgClassName
{
background-color: #B2C19F;
}
</style>
border-color css
<style>
span { border-color: #B2C19F; }
span { border-color: rgb(178,193,159); }
td.TdClassName
{
border-color: #B2C19F;
}
.TagClassName
{
border-color: #B2C19F;
}
</style>