Shades of Sprout #B2D29A
Tints of Sprout #B2D29A
RGB
CMYK
RGB Variations
Color information
#B2D29A (or 0xB2D29A) is known color: Sprout. HEX triplet: B2, D2 and 9A. RGB value is (178,210,154). Sum of RGB (Red+Green+Blue) = 178+210+154=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29A is #4D2D65. Grayscale: #C2C2C2. Windows color (decimal): -5057894 or 10146482. OLE color: 10146482.
HSL color Cylindrical-coordinate representation of color #B2D29A: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D29A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 154 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.18 |
| HSL | 94.29º | 0.38% | 0.71% | - |
| HSV(B) | 94.29º | 0.27% | 0.82% | - |
| XYZ | 47.24 | 57.89 | 39.26 | - |
| YUV | 194.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 154 | 0.15 | 0 | 0.27 | 0.18 | 94.29 | 0.38 | 0.71 |
| Hex | B2 | D2 | 9A | F | 0 | 1B | 12 | 5E | 26 | 47 |
| Octal | 262 | 322 | 232 | 17 | 0 | 33 | 22 | 136 | 46 | 107 |
| Binary | 10110010 | 11010010 | 10011010 | 1111 | 0 | 11011 | 10010 | 1011110 | 100110 | 1000111 |
Color Harmonies of #B2D29A
Complementary color
Monochromatic Colors of #B2D29A
Black with #B2D29A
Text Example
Text Example
White with #B2D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D29A; }
p { color: rgb(178,210,154); }
H1.HeaderClassName
{
color: #B2D29A;
}
.AnyTagClassName
{
color: #B2D29A;
}
</style>
background-color css
<style>
a { background-color: #B2D29A; }
a { background-color: rgb(178,210,154); }
div.DivClassName
{
background-color: #B2D29A;
}
.BgClassName
{
background-color: #B2D29A;
}
</style>
border-color css
<style>
span { border-color: #B2D29A; }
span { border-color: rgb(178,210,154); }
td.TdClassName
{
border-color: #B2D29A;
}
.TagClassName
{
border-color: #B2D29A;
}
</style>