Shades of Sprout #B2CB9A
Tints of Sprout #B2CB9A
RGB
CMYK
RGB Variations
Color information
#B2CB9A (or 0xB2CB9A) is known color: Sprout. HEX triplet: B2, CB and 9A. RGB value is (178,203,154). Sum of RGB (Red+Green+Blue) = 178+203+154=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB9A is #4D3465. Grayscale: #BEBEBE. Windows color (decimal): -5059686 or 10144690. OLE color: 10144690.
HSL color Cylindrical-coordinate representation of color #B2CB9A: hue angle of 90.61º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CB9A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 154 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.20 |
| HSL | 90.61º | 0.32% | 0.7% | - |
| HSV(B) | 90.61º | 0.24% | 0.8% | - |
| XYZ | 45.55 | 54.51 | 38.69 | - |
| YUV | 189.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 154 | 0.12 | 0 | 0.24 | 0.20 | 90.61 | 0.32 | 0.7 |
| Hex | B2 | CB | 9A | C | 0 | 18 | 14 | 5B | 20 | 46 |
| Octal | 262 | 313 | 232 | 14 | 0 | 30 | 24 | 133 | 40 | 106 |
| Binary | 10110010 | 11001011 | 10011010 | 1100 | 0 | 11000 | 10100 | 1011011 | 100000 | 1000110 |
Color Harmonies of #B2CB9A
Complementary color
Monochromatic Colors of #B2CB9A
Black with #B2CB9A
Text Example
Text Example
White with #B2CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB9A; }
p { color: rgb(178,203,154); }
H1.HeaderClassName
{
color: #B2CB9A;
}
.AnyTagClassName
{
color: #B2CB9A;
}
</style>
background-color css
<style>
a { background-color: #B2CB9A; }
a { background-color: rgb(178,203,154); }
div.DivClassName
{
background-color: #B2CB9A;
}
.BgClassName
{
background-color: #B2CB9A;
}
</style>
border-color css
<style>
span { border-color: #B2CB9A; }
span { border-color: rgb(178,203,154); }
td.TdClassName
{
border-color: #B2CB9A;
}
.TagClassName
{
border-color: #B2CB9A;
}
</style>