Shades of Sprout #B8C1A0
Tints of Sprout #B8C1A0
RGB
CMYK
RGB Variations
Color information
#B8C1A0 (or 0xB8C1A0) is known color: Sprout. HEX triplet: B8, C1 and A0. RGB value is (184,193,160). Sum of RGB (Red+Green+Blue) = 184+193+160=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C1A0 is #473E5F. Grayscale: #BABABA. Windows color (decimal): -4669024 or 10535352. OLE color: 10535352.
HSL color Cylindrical-coordinate representation of color #B8C1A0: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8C1A0 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 160 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.24 |
| HSL | 76.36º | 0.21% | 0.69% | - |
| HSV(B) | 76.36º | 0.17% | 0.76% | - |
| XYZ | 45.18 | 50.87 | 40.69 | - |
| YUV | 186.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 160 | 0.05 | 0 | 0.17 | 0.24 | 76.36 | 0.21 | 0.69 |
| Hex | B8 | C1 | A0 | 5 | 0 | 11 | 18 | 4C | 15 | 45 |
| Octal | 270 | 301 | 240 | 5 | 0 | 21 | 30 | 114 | 25 | 105 |
| Binary | 10111000 | 11000001 | 10100000 | 101 | 0 | 10001 | 11000 | 1001100 | 10101 | 1000101 |
Color Harmonies of #B8C1A0
Complementary color
Monochromatic Colors of #B8C1A0
Black with #B8C1A0
Text Example
Text Example
White with #B8C1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1A0; }
p { color: rgb(184,193,160); }
H1.HeaderClassName
{
color: #B8C1A0;
}
.AnyTagClassName
{
color: #B8C1A0;
}
</style>
background-color css
<style>
a { background-color: #B8C1A0; }
a { background-color: rgb(184,193,160); }
div.DivClassName
{
background-color: #B8C1A0;
}
.BgClassName
{
background-color: #B8C1A0;
}
</style>
border-color css
<style>
span { border-color: #B8C1A0; }
span { border-color: rgb(184,193,160); }
td.TdClassName
{
border-color: #B8C1A0;
}
.TagClassName
{
border-color: #B8C1A0;
}
</style>