Shades of Sprout #B5C49A
Tints of Sprout #B5C49A
RGB
CMYK
RGB Variations
Color information
#B5C49A (or 0xB5C49A) is known color: Sprout. HEX triplet: B5, C4 and 9A. RGB value is (181,196,154). Sum of RGB (Red+Green+Blue) = 181+196+154=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C49A is #4A3B65. Grayscale: #BABABA. Windows color (decimal): -4864870 or 10142901. OLE color: 10142901.
HSL color Cylindrical-coordinate representation of color #B5C49A: hue angle of 81.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C49A is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 154 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.23 |
| HSL | 81.43º | 0.26% | 0.69% | - |
| HSV(B) | 81.43º | 0.21% | 0.77% | - |
| XYZ | 44.63 | 51.64 | 38.19 | - |
| YUV | 186.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 154 | 0.08 | 0 | 0.21 | 0.23 | 81.43 | 0.26 | 0.69 |
| Hex | B5 | C4 | 9A | 8 | 0 | 15 | 17 | 51 | 1A | 45 |
| Octal | 265 | 304 | 232 | 10 | 0 | 25 | 27 | 121 | 32 | 105 |
| Binary | 10110101 | 11000100 | 10011010 | 1000 | 0 | 10101 | 10111 | 1010001 | 11010 | 1000101 |
Color Harmonies of #B5C49A
Complementary color
Monochromatic Colors of #B5C49A
Black with #B5C49A
Text Example
Text Example
White with #B5C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C49A; }
p { color: rgb(181,196,154); }
H1.HeaderClassName
{
color: #B5C49A;
}
.AnyTagClassName
{
color: #B5C49A;
}
</style>
background-color css
<style>
a { background-color: #B5C49A; }
a { background-color: rgb(181,196,154); }
div.DivClassName
{
background-color: #B5C49A;
}
.BgClassName
{
background-color: #B5C49A;
}
</style>
border-color css
<style>
span { border-color: #B5C49A; }
span { border-color: rgb(181,196,154); }
td.TdClassName
{
border-color: #B5C49A;
}
.TagClassName
{
border-color: #B5C49A;
}
</style>