Shades of Sprout #B2C795
Tints of Sprout #B2C795
RGB
CMYK
RGB Variations
Color information
#B2C795 (or 0xB2C795) is known color: Sprout. HEX triplet: B2, C7 and 95. RGB value is (178,199,149). Sum of RGB (Red+Green+Blue) = 178+199+149=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C795 is #4D386A. Grayscale: #BBBBBB. Windows color (decimal): -5060715 or 9815986. OLE color: 9815986.
HSL color Cylindrical-coordinate representation of color #B2C795: hue angle of 85.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C795 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 149 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.22 |
| HSL | 85.2º | 0.31% | 0.68% | - |
| HSV(B) | 85.2º | 0.25% | 0.78% | - |
| XYZ | 44.21 | 52.48 | 36.23 | - |
| YUV | 187.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 149 | 0.11 | 0 | 0.25 | 0.22 | 85.2 | 0.31 | 0.68 |
| Hex | B2 | C7 | 95 | B | 0 | 19 | 16 | 55 | 1F | 44 |
| Octal | 262 | 307 | 225 | 13 | 0 | 31 | 26 | 125 | 37 | 104 |
| Binary | 10110010 | 11000111 | 10010101 | 1011 | 0 | 11001 | 10110 | 1010101 | 11111 | 1000100 |
Color Harmonies of #B2C795
Complementary color
Monochromatic Colors of #B2C795
Black with #B2C795
Text Example
Text Example
White with #B2C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C795; }
p { color: rgb(178,199,149); }
H1.HeaderClassName
{
color: #B2C795;
}
.AnyTagClassName
{
color: #B2C795;
}
</style>
background-color css
<style>
a { background-color: #B2C795; }
a { background-color: rgb(178,199,149); }
div.DivClassName
{
background-color: #B2C795;
}
.BgClassName
{
background-color: #B2C795;
}
</style>
border-color css
<style>
span { border-color: #B2C795; }
span { border-color: rgb(178,199,149); }
td.TdClassName
{
border-color: #B2C795;
}
.TagClassName
{
border-color: #B2C795;
}
</style>