Shades of Sprout #B5C397
Tints of Sprout #B5C397
RGB
CMYK
RGB Variations
Color information
#B5C397 (or 0xB5C397) is known color: Sprout. HEX triplet: B5, C3 and 97. RGB value is (181,195,151). Sum of RGB (Red+Green+Blue) = 181+195+151=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C397 is #4A3C68. Grayscale: #B9B9B9. Windows color (decimal): -4865129 or 9946037. OLE color: 9946037.
HSL color Cylindrical-coordinate representation of color #B5C397: hue angle of 79.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C397 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 151 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.24 |
| HSL | 79.09º | 0.27% | 0.68% | - |
| HSV(B) | 79.09º | 0.23% | 0.76% | - |
| XYZ | 44.16 | 51.09 | 36.81 | - |
| YUV | 185.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 151 | 0.07 | 0 | 0.23 | 0.24 | 79.09 | 0.27 | 0.68 |
| Hex | B5 | C3 | 97 | 7 | 0 | 17 | 18 | 4F | 1B | 44 |
| Octal | 265 | 303 | 227 | 7 | 0 | 27 | 30 | 117 | 33 | 104 |
| Binary | 10110101 | 11000011 | 10010111 | 111 | 0 | 10111 | 11000 | 1001111 | 11011 | 1000100 |
Color Harmonies of #B5C397
Complementary color
Monochromatic Colors of #B5C397
Black with #B5C397
Text Example
Text Example
White with #B5C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C397; }
p { color: rgb(181,195,151); }
H1.HeaderClassName
{
color: #B5C397;
}
.AnyTagClassName
{
color: #B5C397;
}
</style>
background-color css
<style>
a { background-color: #B5C397; }
a { background-color: rgb(181,195,151); }
div.DivClassName
{
background-color: #B5C397;
}
.BgClassName
{
background-color: #B5C397;
}
</style>
border-color css
<style>
span { border-color: #B5C397; }
span { border-color: rgb(181,195,151); }
td.TdClassName
{
border-color: #B5C397;
}
.TagClassName
{
border-color: #B5C397;
}
</style>