Shades of Sprout #B2CA8D
Tints of Sprout #B2CA8D
RGB
CMYK
RGB Variations
Color information
#B2CA8D (or 0xB2CA8D) is known color: Sprout. HEX triplet: B2, CA and 8D. RGB value is (178,202,141). Sum of RGB (Red+Green+Blue) = 178+202+141=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA8D is #4D3572. Grayscale: #BCBCBC. Windows color (decimal): -5059955 or 9292466. OLE color: 9292466.
HSL color Cylindrical-coordinate representation of color #B2CA8D: hue angle of 83.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CA8D is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 141 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.21 |
| HSL | 83.61º | 0.37% | 0.67% | - |
| HSV(B) | 83.61º | 0.3% | 0.79% | - |
| XYZ | 44.29 | 53.63 | 33.22 | - |
| YUV | 187.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 141 | 0.12 | 0 | 0.30 | 0.21 | 83.61 | 0.37 | 0.67 |
| Hex | B2 | CA | 8D | C | 0 | 1E | 15 | 54 | 25 | 43 |
| Octal | 262 | 312 | 215 | 14 | 0 | 36 | 25 | 124 | 45 | 103 |
| Binary | 10110010 | 11001010 | 10001101 | 1100 | 0 | 11110 | 10101 | 1010100 | 100101 | 1000011 |
Color Harmonies of #B2CA8D
Complementary color
Monochromatic Colors of #B2CA8D
Black with #B2CA8D
Text Example
Text Example
White with #B2CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA8D; }
p { color: rgb(178,202,141); }
H1.HeaderClassName
{
color: #B2CA8D;
}
.AnyTagClassName
{
color: #B2CA8D;
}
</style>
background-color css
<style>
a { background-color: #B2CA8D; }
a { background-color: rgb(178,202,141); }
div.DivClassName
{
background-color: #B2CA8D;
}
.BgClassName
{
background-color: #B2CA8D;
}
</style>
border-color css
<style>
span { border-color: #B2CA8D; }
span { border-color: rgb(178,202,141); }
td.TdClassName
{
border-color: #B2CA8D;
}
.TagClassName
{
border-color: #B2CA8D;
}
</style>