Shades of Sprout #B0CA94
Tints of Sprout #B0CA94
RGB
CMYK
RGB Variations
Color information
#B0CA94 (or 0xB0CA94) is known color: Sprout. HEX triplet: B0, CA and 94. RGB value is (176,202,148). Sum of RGB (Red+Green+Blue) = 176+202+148=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA94 is #4F356B. Grayscale: #BCBCBC. Windows color (decimal): -5191020 or 9751216. OLE color: 9751216.
HSL color Cylindrical-coordinate representation of color #B0CA94: hue angle of 88.89º 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 #B0CA94 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 148 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.21 |
| HSL | 88.89º | 0.34% | 0.69% | - |
| HSV(B) | 88.89º | 0.27% | 0.79% | - |
| XYZ | 44.37 | 53.61 | 36.03 | - |
| YUV | 188.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 148 | 0.13 | 0 | 0.27 | 0.21 | 88.89 | 0.34 | 0.69 |
| Hex | B0 | CA | 94 | D | 0 | 1B | 15 | 59 | 22 | 45 |
| Octal | 260 | 312 | 224 | 15 | 0 | 33 | 25 | 131 | 42 | 105 |
| Binary | 10110000 | 11001010 | 10010100 | 1101 | 0 | 11011 | 10101 | 1011001 | 100010 | 1000101 |
Color Harmonies of #B0CA94
Complementary color
Monochromatic Colors of #B0CA94
Black with #B0CA94
Text Example
Text Example
White with #B0CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA94; }
p { color: rgb(176,202,148); }
H1.HeaderClassName
{
color: #B0CA94;
}
.AnyTagClassName
{
color: #B0CA94;
}
</style>
background-color css
<style>
a { background-color: #B0CA94; }
a { background-color: rgb(176,202,148); }
div.DivClassName
{
background-color: #B0CA94;
}
.BgClassName
{
background-color: #B0CA94;
}
</style>
border-color css
<style>
span { border-color: #B0CA94; }
span { border-color: rgb(176,202,148); }
td.TdClassName
{
border-color: #B0CA94;
}
.TagClassName
{
border-color: #B0CA94;
}
</style>