Shades of Sprout #B2C693
Tints of Sprout #B2C693
RGB
CMYK
RGB Variations
Color information
#B2C693 (or 0xB2C693) is known color: Sprout. HEX triplet: B2, C6 and 93. RGB value is (178,198,147). Sum of RGB (Red+Green+Blue) = 178+198+147=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C693 is #4D396C. Grayscale: #BABABA. Windows color (decimal): -5060973 or 9684658. OLE color: 9684658.
HSL color Cylindrical-coordinate representation of color #B2C693: hue angle of 83.53º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2C693 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 147 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.22 |
| HSL | 83.53º | 0.31% | 0.68% | - |
| HSV(B) | 83.53º | 0.26% | 0.78% | - |
| XYZ | 43.82 | 51.96 | 35.32 | - |
| YUV | 186.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 147 | 0.10 | 0 | 0.26 | 0.22 | 83.53 | 0.31 | 0.68 |
| Hex | B2 | C6 | 93 | A | 0 | 1A | 16 | 54 | 1F | 44 |
| Octal | 262 | 306 | 223 | 12 | 0 | 32 | 26 | 124 | 37 | 104 |
| Binary | 10110010 | 11000110 | 10010011 | 1010 | 0 | 11010 | 10110 | 1010100 | 11111 | 1000100 |
Color Harmonies of #B2C693
Complementary color
Monochromatic Colors of #B2C693
Black with #B2C693
Text Example
Text Example
White with #B2C693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C693; }
p { color: rgb(178,198,147); }
H1.HeaderClassName
{
color: #B2C693;
}
.AnyTagClassName
{
color: #B2C693;
}
</style>
background-color css
<style>
a { background-color: #B2C693; }
a { background-color: rgb(178,198,147); }
div.DivClassName
{
background-color: #B2C693;
}
.BgClassName
{
background-color: #B2C693;
}
</style>
border-color css
<style>
span { border-color: #B2C693; }
span { border-color: rgb(178,198,147); }
td.TdClassName
{
border-color: #B2C693;
}
.TagClassName
{
border-color: #B2C693;
}
</style>