Shades of Sprout #B2C799
Tints of Sprout #B2C799
RGB
CMYK
RGB Variations
Color information
#B2C799 (or 0xB2C799) is known color: Sprout. HEX triplet: B2, C7 and 99. RGB value is (178,199,153). Sum of RGB (Red+Green+Blue) = 178+199+153=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C799 is #4D3866. Grayscale: #BBBBBB. Windows color (decimal): -5060711 or 10078130. OLE color: 10078130.
HSL color Cylindrical-coordinate representation of color #B2C799: hue angle of 87.39º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C799 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 153 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.22 |
| HSL | 87.39º | 0.29% | 0.69% | - |
| HSV(B) | 87.39º | 0.23% | 0.78% | - |
| XYZ | 44.53 | 52.61 | 37.94 | - |
| YUV | 187.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 153 | 0.11 | 0 | 0.23 | 0.22 | 87.39 | 0.29 | 0.69 |
| Hex | B2 | C7 | 99 | B | 0 | 17 | 16 | 57 | 1D | 45 |
| Octal | 262 | 307 | 231 | 13 | 0 | 27 | 26 | 127 | 35 | 105 |
| Binary | 10110010 | 11000111 | 10011001 | 1011 | 0 | 10111 | 10110 | 1010111 | 11101 | 1000101 |
Color Harmonies of #B2C799
Complementary color
Monochromatic Colors of #B2C799
Black with #B2C799
Text Example
Text Example
White with #B2C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C799; }
p { color: rgb(178,199,153); }
H1.HeaderClassName
{
color: #B2C799;
}
.AnyTagClassName
{
color: #B2C799;
}
</style>
background-color css
<style>
a { background-color: #B2C799; }
a { background-color: rgb(178,199,153); }
div.DivClassName
{
background-color: #B2C799;
}
.BgClassName
{
background-color: #B2C799;
}
</style>
border-color css
<style>
span { border-color: #B2C799; }
span { border-color: rgb(178,199,153); }
td.TdClassName
{
border-color: #B2C799;
}
.TagClassName
{
border-color: #B2C799;
}
</style>