Shades of Sprout #B2CA94
Tints of Sprout #B2CA94
RGB
CMYK
RGB Variations
Color information
#B2CA94 (or 0xB2CA94) is known color: Sprout. HEX triplet: B2, CA and 94. RGB value is (178,202,148). Sum of RGB (Red+Green+Blue) = 178+202+148=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA94 is #4D356B. Grayscale: #BCBCBC. Windows color (decimal): -5059948 or 9751218. OLE color: 9751218.
HSL color Cylindrical-coordinate representation of color #B2CA94: hue angle of 86.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2CA94 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 148 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.21 |
| HSL | 86.67º | 0.34% | 0.69% | - |
| HSV(B) | 86.67º | 0.27% | 0.79% | - |
| XYZ | 44.83 | 53.84 | 36.05 | - |
| YUV | 188.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 148 | 0.12 | 0 | 0.27 | 0.21 | 86.67 | 0.34 | 0.69 |
| Hex | B2 | CA | 94 | C | 0 | 1B | 15 | 57 | 22 | 45 |
| Octal | 262 | 312 | 224 | 14 | 0 | 33 | 25 | 127 | 42 | 105 |
| Binary | 10110010 | 11001010 | 10010100 | 1100 | 0 | 11011 | 10101 | 1010111 | 100010 | 1000101 |
Color Harmonies of #B2CA94
Complementary color
Monochromatic Colors of #B2CA94
Black with #B2CA94
Text Example
Text Example
White with #B2CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA94; }
p { color: rgb(178,202,148); }
H1.HeaderClassName
{
color: #B2CA94;
}
.AnyTagClassName
{
color: #B2CA94;
}
</style>
background-color css
<style>
a { background-color: #B2CA94; }
a { background-color: rgb(178,202,148); }
div.DivClassName
{
background-color: #B2CA94;
}
.BgClassName
{
background-color: #B2CA94;
}
</style>
border-color css
<style>
span { border-color: #B2CA94; }
span { border-color: rgb(178,202,148); }
td.TdClassName
{
border-color: #B2CA94;
}
.TagClassName
{
border-color: #B2CA94;
}
</style>