Shades of Sprout #B8CAA1
Tints of Sprout #B8CAA1
RGB
CMYK
RGB Variations
Color information
#B8CAA1 (or 0xB8CAA1) is known color: Sprout. HEX triplet: B8, CA and A1. RGB value is (184,202,161). Sum of RGB (Red+Green+Blue) = 184+202+161=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAA1 is #47355E. Grayscale: #C0C0C0. Windows color (decimal): -4666719 or 10603192. OLE color: 10603192.
HSL color Cylindrical-coordinate representation of color #B8CAA1: hue angle of 86.34º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8CAA1 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 161 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.21 |
| HSL | 86.34º | 0.28% | 0.71% | - |
| HSV(B) | 86.34º | 0.2% | 0.79% | - |
| XYZ | 47.32 | 55 | 41.84 | - |
| YUV | 191.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 161 | 0.09 | 0 | 0.20 | 0.21 | 86.34 | 0.28 | 0.71 |
| Hex | B8 | CA | A1 | 9 | 0 | 14 | 15 | 56 | 1C | 47 |
| Octal | 270 | 312 | 241 | 11 | 0 | 24 | 25 | 126 | 34 | 107 |
| Binary | 10111000 | 11001010 | 10100001 | 1001 | 0 | 10100 | 10101 | 1010110 | 11100 | 1000111 |
Color Harmonies of #B8CAA1
Complementary color
Monochromatic Colors of #B8CAA1
Black with #B8CAA1
Text Example
Text Example
White with #B8CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAA1; }
p { color: rgb(184,202,161); }
H1.HeaderClassName
{
color: #B8CAA1;
}
.AnyTagClassName
{
color: #B8CAA1;
}
</style>
background-color css
<style>
a { background-color: #B8CAA1; }
a { background-color: rgb(184,202,161); }
div.DivClassName
{
background-color: #B8CAA1;
}
.BgClassName
{
background-color: #B8CAA1;
}
</style>
border-color css
<style>
span { border-color: #B8CAA1; }
span { border-color: rgb(184,202,161); }
td.TdClassName
{
border-color: #B8CAA1;
}
.TagClassName
{
border-color: #B8CAA1;
}
</style>