Shades of Sprout #B3C097
Tints of Sprout #B3C097
RGB
CMYK
RGB Variations
Color information
#B3C097 (or 0xB3C097) is known color: Sprout. HEX triplet: B3, C0 and 97. RGB value is (179,192,151). Sum of RGB (Red+Green+Blue) = 179+192+151=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C097 is #4C3F68. Grayscale: #B7B7B7. Windows color (decimal): -4996969 or 9945267. OLE color: 9945267.
HSL color Cylindrical-coordinate representation of color #B3C097: hue angle of 79.02º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3C097 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 151 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.25 |
| HSL | 79.02º | 0.25% | 0.67% | - |
| HSV(B) | 79.02º | 0.21% | 0.75% | - |
| XYZ | 43.03 | 49.52 | 36.57 | - |
| YUV | 183.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 151 | 0.07 | 0 | 0.21 | 0.25 | 79.02 | 0.25 | 0.67 |
| Hex | B3 | C0 | 97 | 7 | 0 | 15 | 19 | 4F | 19 | 43 |
| Octal | 263 | 300 | 227 | 7 | 0 | 25 | 31 | 117 | 31 | 103 |
| Binary | 10110011 | 11000000 | 10010111 | 111 | 0 | 10101 | 11001 | 1001111 | 11001 | 1000011 |
Color Harmonies of #B3C097
Complementary color
Monochromatic Colors of #B3C097
Black with #B3C097
Text Example
Text Example
White with #B3C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C097; }
p { color: rgb(179,192,151); }
H1.HeaderClassName
{
color: #B3C097;
}
.AnyTagClassName
{
color: #B3C097;
}
</style>
background-color css
<style>
a { background-color: #B3C097; }
a { background-color: rgb(179,192,151); }
div.DivClassName
{
background-color: #B3C097;
}
.BgClassName
{
background-color: #B3C097;
}
</style>
border-color css
<style>
span { border-color: #B3C097; }
span { border-color: rgb(179,192,151); }
td.TdClassName
{
border-color: #B3C097;
}
.TagClassName
{
border-color: #B3C097;
}
</style>