Shades of Sprout #B5C1A4
Tints of Sprout #B5C1A4
RGB
CMYK
RGB Variations
Color information
#B5C1A4 (or 0xB5C1A4) is known color: Sprout. HEX triplet: B5, C1 and A4. RGB value is (181,193,164). Sum of RGB (Red+Green+Blue) = 181+193+164=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C1A4 is #4A3E5B. Grayscale: #BABABA. Windows color (decimal): -4865628 or 10797493. OLE color: 10797493.
HSL color Cylindrical-coordinate representation of color #B5C1A4: hue angle of 84.83º 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 #B5C1A4 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 164 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.24 |
| HSL | 84.83º | 0.19% | 0.7% | - |
| HSV(B) | 84.83º | 0.15% | 0.76% | - |
| XYZ | 44.83 | 50.64 | 42.53 | - |
| YUV | 186.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 164 | 0.06 | 0 | 0.15 | 0.24 | 84.83 | 0.19 | 0.7 |
| Hex | B5 | C1 | A4 | 6 | 0 | F | 18 | 55 | 13 | 46 |
| Octal | 265 | 301 | 244 | 6 | 0 | 17 | 30 | 125 | 23 | 106 |
| Binary | 10110101 | 11000001 | 10100100 | 110 | 0 | 1111 | 11000 | 1010101 | 10011 | 1000110 |
Color Harmonies of #B5C1A4
Complementary color
Monochromatic Colors of #B5C1A4
Black with #B5C1A4
Text Example
Text Example
White with #B5C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1A4; }
p { color: rgb(181,193,164); }
H1.HeaderClassName
{
color: #B5C1A4;
}
.AnyTagClassName
{
color: #B5C1A4;
}
</style>
background-color css
<style>
a { background-color: #B5C1A4; }
a { background-color: rgb(181,193,164); }
div.DivClassName
{
background-color: #B5C1A4;
}
.BgClassName
{
background-color: #B5C1A4;
}
</style>
border-color css
<style>
span { border-color: #B5C1A4; }
span { border-color: rgb(181,193,164); }
td.TdClassName
{
border-color: #B5C1A4;
}
.TagClassName
{
border-color: #B5C1A4;
}
</style>