Shades of Sprout #B8CA9C
Tints of Sprout #B8CA9C
RGB
CMYK
RGB Variations
Color information
#B8CA9C (or 0xB8CA9C) is known color: Sprout. HEX triplet: B8, CA and 9C. RGB value is (184,202,156). Sum of RGB (Red+Green+Blue) = 184+202+156=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA9C is #473563. Grayscale: #BFBFBF. Windows color (decimal): -4666724 or 10275512. OLE color: 10275512.
HSL color Cylindrical-coordinate representation of color #B8CA9C: hue angle of 83.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CA9C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 156 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.21 |
| HSL | 83.48º | 0.3% | 0.7% | - |
| HSV(B) | 83.48º | 0.23% | 0.79% | - |
| XYZ | 46.89 | 54.83 | 39.56 | - |
| YUV | 191.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 156 | 0.09 | 0 | 0.23 | 0.21 | 83.48 | 0.3 | 0.7 |
| Hex | B8 | CA | 9C | 9 | 0 | 17 | 15 | 53 | 1E | 46 |
| Octal | 270 | 312 | 234 | 11 | 0 | 27 | 25 | 123 | 36 | 106 |
| Binary | 10111000 | 11001010 | 10011100 | 1001 | 0 | 10111 | 10101 | 1010011 | 11110 | 1000110 |
Color Harmonies of #B8CA9C
Complementary color
Monochromatic Colors of #B8CA9C
Black with #B8CA9C
Text Example
Text Example
White with #B8CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA9C; }
p { color: rgb(184,202,156); }
H1.HeaderClassName
{
color: #B8CA9C;
}
.AnyTagClassName
{
color: #B8CA9C;
}
</style>
background-color css
<style>
a { background-color: #B8CA9C; }
a { background-color: rgb(184,202,156); }
div.DivClassName
{
background-color: #B8CA9C;
}
.BgClassName
{
background-color: #B8CA9C;
}
</style>
border-color css
<style>
span { border-color: #B8CA9C; }
span { border-color: rgb(184,202,156); }
td.TdClassName
{
border-color: #B8CA9C;
}
.TagClassName
{
border-color: #B8CA9C;
}
</style>