Shades of Sprout #B5C498
Tints of Sprout #B5C498
RGB
CMYK
RGB Variations
Color information
#B5C498 (or 0xB5C498) is known color: Sprout. HEX triplet: B5, C4 and 98. RGB value is (181,196,152). Sum of RGB (Red+Green+Blue) = 181+196+152=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C498 is #4A3B67. Grayscale: #BABABA. Windows color (decimal): -4864872 or 10011829. OLE color: 10011829.
HSL color Cylindrical-coordinate representation of color #B5C498: hue angle of 80.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C498 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 152 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.23 |
| HSL | 80.45º | 0.27% | 0.68% | - |
| HSV(B) | 80.45º | 0.22% | 0.77% | - |
| XYZ | 44.46 | 51.57 | 37.32 | - |
| YUV | 186.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 152 | 0.08 | 0 | 0.22 | 0.23 | 80.45 | 0.27 | 0.68 |
| Hex | B5 | C4 | 98 | 8 | 0 | 16 | 17 | 50 | 1B | 44 |
| Octal | 265 | 304 | 230 | 10 | 0 | 26 | 27 | 120 | 33 | 104 |
| Binary | 10110101 | 11000100 | 10011000 | 1000 | 0 | 10110 | 10111 | 1010000 | 11011 | 1000100 |
Color Harmonies of #B5C498
Complementary color
Monochromatic Colors of #B5C498
Black with #B5C498
Text Example
Text Example
White with #B5C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C498; }
p { color: rgb(181,196,152); }
H1.HeaderClassName
{
color: #B5C498;
}
.AnyTagClassName
{
color: #B5C498;
}
</style>
background-color css
<style>
a { background-color: #B5C498; }
a { background-color: rgb(181,196,152); }
div.DivClassName
{
background-color: #B5C498;
}
.BgClassName
{
background-color: #B5C498;
}
</style>
border-color css
<style>
span { border-color: #B5C498; }
span { border-color: rgb(181,196,152); }
td.TdClassName
{
border-color: #B5C498;
}
.TagClassName
{
border-color: #B5C498;
}
</style>