Shades of Sprout #B2CA93
Tints of Sprout #B2CA93
RGB
CMYK
RGB Variations
Color information
#B2CA93 (or 0xB2CA93) is known color: Sprout. HEX triplet: B2, CA and 93. RGB value is (178,202,147). Sum of RGB (Red+Green+Blue) = 178+202+147=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA93 is #4D356C. Grayscale: #BCBCBC. Windows color (decimal): -5059949 or 9685682. OLE color: 9685682.
HSL color Cylindrical-coordinate representation of color #B2CA93: hue angle of 86.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2CA93 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 147 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.21 |
| HSL | 86.18º | 0.34% | 0.68% | - |
| HSV(B) | 86.18º | 0.27% | 0.79% | - |
| XYZ | 44.75 | 53.81 | 35.63 | - |
| YUV | 188.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 147 | 0.12 | 0 | 0.27 | 0.21 | 86.18 | 0.34 | 0.68 |
| Hex | B2 | CA | 93 | C | 0 | 1B | 15 | 56 | 22 | 44 |
| Octal | 262 | 312 | 223 | 14 | 0 | 33 | 25 | 126 | 42 | 104 |
| Binary | 10110010 | 11001010 | 10010011 | 1100 | 0 | 11011 | 10101 | 1010110 | 100010 | 1000100 |
Color Harmonies of #B2CA93
Complementary color
Monochromatic Colors of #B2CA93
Black with #B2CA93
Text Example
Text Example
White with #B2CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA93; }
p { color: rgb(178,202,147); }
H1.HeaderClassName
{
color: #B2CA93;
}
.AnyTagClassName
{
color: #B2CA93;
}
</style>
background-color css
<style>
a { background-color: #B2CA93; }
a { background-color: rgb(178,202,147); }
div.DivClassName
{
background-color: #B2CA93;
}
.BgClassName
{
background-color: #B2CA93;
}
</style>
border-color css
<style>
span { border-color: #B2CA93; }
span { border-color: rgb(178,202,147); }
td.TdClassName
{
border-color: #B2CA93;
}
.TagClassName
{
border-color: #B2CA93;
}
</style>