Shades of Sprout #B2CD8C
Tints of Sprout #B2CD8C
RGB
CMYK
RGB Variations
Color information
#B2CD8C (or 0xB2CD8C) is known color: Sprout. HEX triplet: B2, CD and 8C. RGB value is (178,205,140). Sum of RGB (Red+Green+Blue) = 178+205+140=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CD8C is #4D3273. Grayscale: #BDBDBD. Windows color (decimal): -5059188 or 9227698. OLE color: 9227698.
HSL color Cylindrical-coordinate representation of color #B2CD8C: hue angle of 84.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2CD8C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 140 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.20 |
| HSL | 84.92º | 0.39% | 0.68% | - |
| HSV(B) | 84.92º | 0.32% | 0.8% | - |
| XYZ | 44.93 | 55.02 | 33.06 | - |
| YUV | 189.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 140 | 0.13 | 0 | 0.32 | 0.20 | 84.92 | 0.39 | 0.68 |
| Hex | B2 | CD | 8C | D | 0 | 20 | 14 | 55 | 27 | 44 |
| Octal | 262 | 315 | 214 | 15 | 0 | 40 | 24 | 125 | 47 | 104 |
| Binary | 10110010 | 11001101 | 10001100 | 1101 | 0 | 100000 | 10100 | 1010101 | 100111 | 1000100 |
Color Harmonies of #B2CD8C
Complementary color
Monochromatic Colors of #B2CD8C
Black with #B2CD8C
Text Example
Text Example
White with #B2CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CD8C; }
p { color: rgb(178,205,140); }
H1.HeaderClassName
{
color: #B2CD8C;
}
.AnyTagClassName
{
color: #B2CD8C;
}
</style>
background-color css
<style>
a { background-color: #B2CD8C; }
a { background-color: rgb(178,205,140); }
div.DivClassName
{
background-color: #B2CD8C;
}
.BgClassName
{
background-color: #B2CD8C;
}
</style>
border-color css
<style>
span { border-color: #B2CD8C; }
span { border-color: rgb(178,205,140); }
td.TdClassName
{
border-color: #B2CD8C;
}
.TagClassName
{
border-color: #B2CD8C;
}
</style>