Shades of Sprout #B2CA9A
Tints of Sprout #B2CA9A
RGB
CMYK
RGB Variations
Color information
#B2CA9A (or 0xB2CA9A) is known color: Sprout. HEX triplet: B2, CA and 9A. RGB value is (178,202,154). Sum of RGB (Red+Green+Blue) = 178+202+154=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA9A is #4D3565. Grayscale: #BDBDBD. Windows color (decimal): -5059942 or 10144434. OLE color: 10144434.
HSL color Cylindrical-coordinate representation of color #B2CA9A: hue angle of 90º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CA9A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 154 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.21 |
| HSL | 90º | 0.31% | 0.7% | - |
| HSV(B) | 90º | 0.24% | 0.79% | - |
| XYZ | 45.31 | 54.04 | 38.61 | - |
| YUV | 189.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 154 | 0.12 | 0 | 0.24 | 0.21 | 90 | 0.31 | 0.7 |
| Hex | B2 | CA | 9A | C | 0 | 18 | 15 | 5A | 1F | 46 |
| Octal | 262 | 312 | 232 | 14 | 0 | 30 | 25 | 132 | 37 | 106 |
| Binary | 10110010 | 11001010 | 10011010 | 1100 | 0 | 11000 | 10101 | 1011010 | 11111 | 1000110 |
Color Harmonies of #B2CA9A
Complementary color
Monochromatic Colors of #B2CA9A
Black with #B2CA9A
Text Example
Text Example
White with #B2CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA9A; }
p { color: rgb(178,202,154); }
H1.HeaderClassName
{
color: #B2CA9A;
}
.AnyTagClassName
{
color: #B2CA9A;
}
</style>
background-color css
<style>
a { background-color: #B2CA9A; }
a { background-color: rgb(178,202,154); }
div.DivClassName
{
background-color: #B2CA9A;
}
.BgClassName
{
background-color: #B2CA9A;
}
</style>
border-color css
<style>
span { border-color: #B2CA9A; }
span { border-color: rgb(178,202,154); }
td.TdClassName
{
border-color: #B2CA9A;
}
.TagClassName
{
border-color: #B2CA9A;
}
</style>