Shades of Sprout #B2D18C
Tints of Sprout #B2D18C
RGB
CMYK
RGB Variations
Color information
#B2D18C (or 0xB2D18C) is known color: Sprout. HEX triplet: B2, D1 and 8C. RGB value is (178,209,140). Sum of RGB (Red+Green+Blue) = 178+209+140=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D18C is #4D2E73. Grayscale: #C0C0C0. Windows color (decimal): -5058164 or 9228722. OLE color: 9228722.
HSL color Cylindrical-coordinate representation of color #B2D18C: hue angle of 86.96º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D18C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 140 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.18 |
| HSL | 86.96º | 0.43% | 0.68% | - |
| HSV(B) | 86.96º | 0.33% | 0.82% | - |
| XYZ | 45.89 | 56.96 | 33.39 | - |
| YUV | 191.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 140 | 0.15 | 0 | 0.33 | 0.18 | 86.96 | 0.43 | 0.68 |
| Hex | B2 | D1 | 8C | F | 0 | 21 | 12 | 57 | 2B | 44 |
| Octal | 262 | 321 | 214 | 17 | 0 | 41 | 22 | 127 | 53 | 104 |
| Binary | 10110010 | 11010001 | 10001100 | 1111 | 0 | 100001 | 10010 | 1010111 | 101011 | 1000100 |
Color Harmonies of #B2D18C
Complementary color
Monochromatic Colors of #B2D18C
Black with #B2D18C
Text Example
Text Example
White with #B2D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D18C; }
p { color: rgb(178,209,140); }
H1.HeaderClassName
{
color: #B2D18C;
}
.AnyTagClassName
{
color: #B2D18C;
}
</style>
background-color css
<style>
a { background-color: #B2D18C; }
a { background-color: rgb(178,209,140); }
div.DivClassName
{
background-color: #B2D18C;
}
.BgClassName
{
background-color: #B2D18C;
}
</style>
border-color css
<style>
span { border-color: #B2D18C; }
span { border-color: rgb(178,209,140); }
td.TdClassName
{
border-color: #B2D18C;
}
.TagClassName
{
border-color: #B2D18C;
}
</style>