Shades of Sprout #B5C0A5
Tints of Sprout #B5C0A5
RGB
CMYK
RGB Variations
Color information
#B5C0A5 (or 0xB5C0A5) is known color: Sprout. HEX triplet: B5, C0 and A5. RGB value is (181,192,165). Sum of RGB (Red+Green+Blue) = 181+192+165=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0A5 is #4A3F5A. Grayscale: #B9B9B9. Windows color (decimal): -4865883 or 10862773. OLE color: 10862773.
HSL color Cylindrical-coordinate representation of color #B5C0A5: hue angle of 84.44º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5C0A5 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 165 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.25 |
| HSL | 84.44º | 0.18% | 0.7% | - |
| HSV(B) | 84.44º | 0.14% | 0.75% | - |
| XYZ | 44.7 | 50.24 | 42.94 | - |
| YUV | 185.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 165 | 0.06 | 0 | 0.14 | 0.25 | 84.44 | 0.18 | 0.7 |
| Hex | B5 | C0 | A5 | 6 | 0 | E | 19 | 54 | 12 | 46 |
| Octal | 265 | 300 | 245 | 6 | 0 | 16 | 31 | 124 | 22 | 106 |
| Binary | 10110101 | 11000000 | 10100101 | 110 | 0 | 1110 | 11001 | 1010100 | 10010 | 1000110 |
Color Harmonies of #B5C0A5
Complementary color
Monochromatic Colors of #B5C0A5
Black with #B5C0A5
Text Example
Text Example
White with #B5C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0A5; }
p { color: rgb(181,192,165); }
H1.HeaderClassName
{
color: #B5C0A5;
}
.AnyTagClassName
{
color: #B5C0A5;
}
</style>
background-color css
<style>
a { background-color: #B5C0A5; }
a { background-color: rgb(181,192,165); }
div.DivClassName
{
background-color: #B5C0A5;
}
.BgClassName
{
background-color: #B5C0A5;
}
</style>
border-color css
<style>
span { border-color: #B5C0A5; }
span { border-color: rgb(181,192,165); }
td.TdClassName
{
border-color: #B5C0A5;
}
.TagClassName
{
border-color: #B5C0A5;
}
</style>