Shades of Sprout #B8CCA0
Tints of Sprout #B8CCA0
RGB
CMYK
RGB Variations
Color information
#B8CCA0 (or 0xB8CCA0) is known color: Sprout. HEX triplet: B8, CC and A0. RGB value is (184,204,160). Sum of RGB (Red+Green+Blue) = 184+204+160=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCA0 is #47335F. Grayscale: #C1C1C1. Windows color (decimal): -4666208 or 10538168. OLE color: 10538168.
HSL color Cylindrical-coordinate representation of color #B8CCA0: hue angle of 87.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8CCA0 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 160 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.2 |
| HSL | 87.27º | 0.3% | 0.71% | - |
| HSV(B) | 87.27º | 0.22% | 0.8% | - |
| XYZ | 47.71 | 55.91 | 41.54 | - |
| YUV | 193 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 160 | 0.10 | 0 | 0.22 | 0.2 | 87.27 | 0.3 | 0.71 |
| Hex | B8 | CC | A0 | A | 0 | 16 | 14 | 57 | 1E | 47 |
| Octal | 270 | 314 | 240 | 12 | 0 | 26 | 24 | 127 | 36 | 107 |
| Binary | 10111000 | 11001100 | 10100000 | 1010 | 0 | 10110 | 10100 | 1010111 | 11110 | 1000111 |
Color Harmonies of #B8CCA0
Complementary color
Monochromatic Colors of #B8CCA0
Black with #B8CCA0
Text Example
Text Example
White with #B8CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCA0; }
p { color: rgb(184,204,160); }
H1.HeaderClassName
{
color: #B8CCA0;
}
.AnyTagClassName
{
color: #B8CCA0;
}
</style>
background-color css
<style>
a { background-color: #B8CCA0; }
a { background-color: rgb(184,204,160); }
div.DivClassName
{
background-color: #B8CCA0;
}
.BgClassName
{
background-color: #B8CCA0;
}
</style>
border-color css
<style>
span { border-color: #B8CCA0; }
span { border-color: rgb(184,204,160); }
td.TdClassName
{
border-color: #B8CCA0;
}
.TagClassName
{
border-color: #B8CCA0;
}
</style>