Shades of Sprout #B2CB9E
Tints of Sprout #B2CB9E
RGB
CMYK
RGB Variations
Color information
#B2CB9E (or 0xB2CB9E) is known color: Sprout. HEX triplet: B2, CB and 9E. RGB value is (178,203,158). Sum of RGB (Red+Green+Blue) = 178+203+158=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB9E is #4D3461. Grayscale: #BEBEBE. Windows color (decimal): -5059682 or 10406834. OLE color: 10406834.
HSL color Cylindrical-coordinate representation of color #B2CB9E: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2CB9E is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 158 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.20 |
| HSL | 93.33º | 0.3% | 0.71% | - |
| HSV(B) | 93.33º | 0.22% | 0.8% | - |
| XYZ | 45.89 | 54.65 | 40.48 | - |
| YUV | 190.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 158 | 0.12 | 0 | 0.22 | 0.20 | 93.33 | 0.3 | 0.71 |
| Hex | B2 | CB | 9E | C | 0 | 16 | 14 | 5D | 1E | 47 |
| Octal | 262 | 313 | 236 | 14 | 0 | 26 | 24 | 135 | 36 | 107 |
| Binary | 10110010 | 11001011 | 10011110 | 1100 | 0 | 10110 | 10100 | 1011101 | 11110 | 1000111 |
Color Harmonies of #B2CB9E
Complementary color
Monochromatic Colors of #B2CB9E
Black with #B2CB9E
Text Example
Text Example
White with #B2CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB9E; }
p { color: rgb(178,203,158); }
H1.HeaderClassName
{
color: #B2CB9E;
}
.AnyTagClassName
{
color: #B2CB9E;
}
</style>
background-color css
<style>
a { background-color: #B2CB9E; }
a { background-color: rgb(178,203,158); }
div.DivClassName
{
background-color: #B2CB9E;
}
.BgClassName
{
background-color: #B2CB9E;
}
</style>
border-color css
<style>
span { border-color: #B2CB9E; }
span { border-color: rgb(178,203,158); }
td.TdClassName
{
border-color: #B2CB9E;
}
.TagClassName
{
border-color: #B2CB9E;
}
</style>