Shades of Sprout #B2C09E
Tints of Sprout #B2C09E
RGB
CMYK
RGB Variations
Color information
#B2C09E (or 0xB2C09E) is known color: Sprout. HEX triplet: B2, C0 and 9E. RGB value is (178,192,158). Sum of RGB (Red+Green+Blue) = 178+192+158=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C09E is #4D3F61. Grayscale: #B8B8B8. Windows color (decimal): -5062498 or 10404018. OLE color: 10404018.
HSL color Cylindrical-coordinate representation of color #B2C09E: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2C09E is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 158 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.25 |
| HSL | 84.71º | 0.21% | 0.69% | - |
| HSV(B) | 84.71º | 0.18% | 0.75% | - |
| XYZ | 43.38 | 49.63 | 39.64 | - |
| YUV | 183.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 158 | 0.07 | 0 | 0.18 | 0.25 | 84.71 | 0.21 | 0.69 |
| Hex | B2 | C0 | 9E | 7 | 0 | 12 | 19 | 55 | 15 | 45 |
| Octal | 262 | 300 | 236 | 7 | 0 | 22 | 31 | 125 | 25 | 105 |
| Binary | 10110010 | 11000000 | 10011110 | 111 | 0 | 10010 | 11001 | 1010101 | 10101 | 1000101 |
Color Harmonies of #B2C09E
Complementary color
Monochromatic Colors of #B2C09E
Black with #B2C09E
Text Example
Text Example
White with #B2C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C09E; }
p { color: rgb(178,192,158); }
H1.HeaderClassName
{
color: #B2C09E;
}
.AnyTagClassName
{
color: #B2C09E;
}
</style>
background-color css
<style>
a { background-color: #B2C09E; }
a { background-color: rgb(178,192,158); }
div.DivClassName
{
background-color: #B2C09E;
}
.BgClassName
{
background-color: #B2C09E;
}
</style>
border-color css
<style>
span { border-color: #B2C09E; }
span { border-color: rgb(178,192,158); }
td.TdClassName
{
border-color: #B2C09E;
}
.TagClassName
{
border-color: #B2C09E;
}
</style>