Shades of Sprout #B8CAA0
Tints of Sprout #B8CAA0
RGB
CMYK
RGB Variations
Color information
#B8CAA0 (or 0xB8CAA0) is known color: Sprout. HEX triplet: B8, CA and A0. RGB value is (184,202,160). Sum of RGB (Red+Green+Blue) = 184+202+160=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAA0 is #47355F. Grayscale: #BFBFBF. Windows color (decimal): -4666720 or 10537656. OLE color: 10537656.
HSL color Cylindrical-coordinate representation of color #B8CAA0: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8CAA0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 160 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.21 |
| HSL | 85.71º | 0.28% | 0.71% | - |
| HSV(B) | 85.71º | 0.21% | 0.79% | - |
| XYZ | 47.23 | 54.97 | 41.38 | - |
| YUV | 191.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 160 | 0.09 | 0 | 0.21 | 0.21 | 85.71 | 0.28 | 0.71 |
| Hex | B8 | CA | A0 | 9 | 0 | 15 | 15 | 56 | 1C | 47 |
| Octal | 270 | 312 | 240 | 11 | 0 | 25 | 25 | 126 | 34 | 107 |
| Binary | 10111000 | 11001010 | 10100000 | 1001 | 0 | 10101 | 10101 | 1010110 | 11100 | 1000111 |
Color Harmonies of #B8CAA0
Complementary color
Monochromatic Colors of #B8CAA0
Black with #B8CAA0
Text Example
Text Example
White with #B8CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAA0; }
p { color: rgb(184,202,160); }
H1.HeaderClassName
{
color: #B8CAA0;
}
.AnyTagClassName
{
color: #B8CAA0;
}
</style>
background-color css
<style>
a { background-color: #B8CAA0; }
a { background-color: rgb(184,202,160); }
div.DivClassName
{
background-color: #B8CAA0;
}
.BgClassName
{
background-color: #B8CAA0;
}
</style>
border-color css
<style>
span { border-color: #B8CAA0; }
span { border-color: rgb(184,202,160); }
td.TdClassName
{
border-color: #B8CAA0;
}
.TagClassName
{
border-color: #B8CAA0;
}
</style>