Shades of Sprout #B5C396
Tints of Sprout #B5C396
RGB
CMYK
RGB Variations
Color information
#B5C396 (or 0xB5C396) is known color: Sprout. HEX triplet: B5, C3 and 96. RGB value is (181,195,150). Sum of RGB (Red+Green+Blue) = 181+195+150=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C396 is #4A3C69. Grayscale: #B9B9B9. Windows color (decimal): -4865130 or 9880501. OLE color: 9880501.
HSL color Cylindrical-coordinate representation of color #B5C396: hue angle of 78.67º 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 #B5C396 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 150 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.24 |
| HSL | 78.67º | 0.27% | 0.68% | - |
| HSV(B) | 78.67º | 0.23% | 0.76% | - |
| XYZ | 44.08 | 51.06 | 36.39 | - |
| YUV | 185.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 150 | 0.07 | 0 | 0.23 | 0.24 | 78.67 | 0.27 | 0.68 |
| Hex | B5 | C3 | 96 | 7 | 0 | 17 | 18 | 4F | 1B | 44 |
| Octal | 265 | 303 | 226 | 7 | 0 | 27 | 30 | 117 | 33 | 104 |
| Binary | 10110101 | 11000011 | 10010110 | 111 | 0 | 10111 | 11000 | 1001111 | 11011 | 1000100 |
Color Harmonies of #B5C396
Complementary color
Monochromatic Colors of #B5C396
Black with #B5C396
Text Example
Text Example
White with #B5C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C396; }
p { color: rgb(181,195,150); }
H1.HeaderClassName
{
color: #B5C396;
}
.AnyTagClassName
{
color: #B5C396;
}
</style>
background-color css
<style>
a { background-color: #B5C396; }
a { background-color: rgb(181,195,150); }
div.DivClassName
{
background-color: #B5C396;
}
.BgClassName
{
background-color: #B5C396;
}
</style>
border-color css
<style>
span { border-color: #B5C396; }
span { border-color: rgb(181,195,150); }
td.TdClassName
{
border-color: #B5C396;
}
.TagClassName
{
border-color: #B5C396;
}
</style>