Shades of Sprout #B5C2A5
Tints of Sprout #B5C2A5
RGB
CMYK
RGB Variations
Color information
#B5C2A5 (or 0xB5C2A5) is known color: Sprout. HEX triplet: B5, C2 and A5. RGB value is (181,194,165). Sum of RGB (Red+Green+Blue) = 181+194+165=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2A5 is #4A3D5A. Grayscale: #BABABA. Windows color (decimal): -4865371 or 10863285. OLE color: 10863285.
HSL color Cylindrical-coordinate representation of color #B5C2A5: hue angle of 86.9º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5C2A5 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 165 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.24 |
| HSL | 86.9º | 0.19% | 0.7% | - |
| HSV(B) | 86.9º | 0.15% | 0.76% | - |
| XYZ | 45.14 | 51.12 | 43.09 | - |
| YUV | 186.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 165 | 0.07 | 0 | 0.15 | 0.24 | 86.9 | 0.19 | 0.7 |
| Hex | B5 | C2 | A5 | 7 | 0 | F | 18 | 57 | 13 | 46 |
| Octal | 265 | 302 | 245 | 7 | 0 | 17 | 30 | 127 | 23 | 106 |
| Binary | 10110101 | 11000010 | 10100101 | 111 | 0 | 1111 | 11000 | 1010111 | 10011 | 1000110 |
Color Harmonies of #B5C2A5
Complementary color
Monochromatic Colors of #B5C2A5
Black with #B5C2A5
Text Example
Text Example
White with #B5C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2A5; }
p { color: rgb(181,194,165); }
H1.HeaderClassName
{
color: #B5C2A5;
}
.AnyTagClassName
{
color: #B5C2A5;
}
</style>
background-color css
<style>
a { background-color: #B5C2A5; }
a { background-color: rgb(181,194,165); }
div.DivClassName
{
background-color: #B5C2A5;
}
.BgClassName
{
background-color: #B5C2A5;
}
</style>
border-color css
<style>
span { border-color: #B5C2A5; }
span { border-color: rgb(181,194,165); }
td.TdClassName
{
border-color: #B5C2A5;
}
.TagClassName
{
border-color: #B5C2A5;
}
</style>