Shades of Sprout #B2C69F
Tints of Sprout #B2C69F
RGB
CMYK
RGB Variations
Color information
#B2C69F (or 0xB2C69F) is known color: Sprout. HEX triplet: B2, C6 and 9F. RGB value is (178,198,159). Sum of RGB (Red+Green+Blue) = 178+198+159=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C69F is #4D3960. Grayscale: #BBBBBB. Windows color (decimal): -5060961 or 10471090. OLE color: 10471090.
HSL color Cylindrical-coordinate representation of color #B2C69F: hue angle of 90.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C69F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 159 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.22 |
| HSL | 90.77º | 0.25% | 0.7% | - |
| HSV(B) | 90.77º | 0.2% | 0.78% | - |
| XYZ | 44.81 | 52.36 | 40.54 | - |
| YUV | 187.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 159 | 0.10 | 0 | 0.20 | 0.22 | 90.77 | 0.25 | 0.7 |
| Hex | B2 | C6 | 9F | A | 0 | 14 | 16 | 5B | 19 | 46 |
| Octal | 262 | 306 | 237 | 12 | 0 | 24 | 26 | 133 | 31 | 106 |
| Binary | 10110010 | 11000110 | 10011111 | 1010 | 0 | 10100 | 10110 | 1011011 | 11001 | 1000110 |
Color Harmonies of #B2C69F
Complementary color
Monochromatic Colors of #B2C69F
Black with #B2C69F
Text Example
Text Example
White with #B2C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C69F; }
p { color: rgb(178,198,159); }
H1.HeaderClassName
{
color: #B2C69F;
}
.AnyTagClassName
{
color: #B2C69F;
}
</style>
background-color css
<style>
a { background-color: #B2C69F; }
a { background-color: rgb(178,198,159); }
div.DivClassName
{
background-color: #B2C69F;
}
.BgClassName
{
background-color: #B2C69F;
}
</style>
border-color css
<style>
span { border-color: #B2C69F; }
span { border-color: rgb(178,198,159); }
td.TdClassName
{
border-color: #B2C69F;
}
.TagClassName
{
border-color: #B2C69F;
}
</style>