Shades of Sprout #B3C597
Tints of Sprout #B3C597
RGB
CMYK
RGB Variations
Color information
#B3C597 (or 0xB3C597) is known color: Sprout. HEX triplet: B3, C5 and 97. RGB value is (179,197,151). Sum of RGB (Red+Green+Blue) = 179+197+151=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C597 is #4C3A68. Grayscale: #BABABA. Windows color (decimal): -4995689 or 9946547. OLE color: 9946547.
HSL color Cylindrical-coordinate representation of color #B3C597: hue angle of 83.48º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3C597 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 151 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.23 |
| HSL | 83.48º | 0.28% | 0.68% | - |
| HSV(B) | 83.48º | 0.23% | 0.77% | - |
| XYZ | 44.14 | 51.75 | 36.94 | - |
| YUV | 186.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 151 | 0.09 | 0 | 0.23 | 0.23 | 83.48 | 0.28 | 0.68 |
| Hex | B3 | C5 | 97 | 9 | 0 | 17 | 17 | 53 | 1C | 44 |
| Octal | 263 | 305 | 227 | 11 | 0 | 27 | 27 | 123 | 34 | 104 |
| Binary | 10110011 | 11000101 | 10010111 | 1001 | 0 | 10111 | 10111 | 1010011 | 11100 | 1000100 |
Color Harmonies of #B3C597
Complementary color
Monochromatic Colors of #B3C597
Black with #B3C597
Text Example
Text Example
White with #B3C597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C597; }
p { color: rgb(179,197,151); }
H1.HeaderClassName
{
color: #B3C597;
}
.AnyTagClassName
{
color: #B3C597;
}
</style>
background-color css
<style>
a { background-color: #B3C597; }
a { background-color: rgb(179,197,151); }
div.DivClassName
{
background-color: #B3C597;
}
.BgClassName
{
background-color: #B3C597;
}
</style>
border-color css
<style>
span { border-color: #B3C597; }
span { border-color: rgb(179,197,151); }
td.TdClassName
{
border-color: #B3C597;
}
.TagClassName
{
border-color: #B3C597;
}
</style>