Shades of Sprout #B8CA8F
Tints of Sprout #B8CA8F
RGB
CMYK
RGB Variations
Color information
#B8CA8F (or 0xB8CA8F) is known color: Sprout. HEX triplet: B8, CA and 8F. RGB value is (184,202,143). Sum of RGB (Red+Green+Blue) = 184+202+143=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA8F is #473570. Grayscale: #BEBEBE. Windows color (decimal): -4666737 or 9423544. OLE color: 9423544.
HSL color Cylindrical-coordinate representation of color #B8CA8F: hue angle of 78.31º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8CA8F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 143 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.21 |
| HSL | 78.31º | 0.36% | 0.68% | - |
| HSV(B) | 78.31º | 0.29% | 0.79% | - |
| XYZ | 45.85 | 54.41 | 34.07 | - |
| YUV | 189.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 143 | 0.09 | 0 | 0.29 | 0.21 | 78.31 | 0.36 | 0.68 |
| Hex | B8 | CA | 8F | 9 | 0 | 1D | 15 | 4E | 24 | 44 |
| Octal | 270 | 312 | 217 | 11 | 0 | 35 | 25 | 116 | 44 | 104 |
| Binary | 10111000 | 11001010 | 10001111 | 1001 | 0 | 11101 | 10101 | 1001110 | 100100 | 1000100 |
Color Harmonies of #B8CA8F
Complementary color
Monochromatic Colors of #B8CA8F
Black with #B8CA8F
Text Example
Text Example
White with #B8CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA8F; }
p { color: rgb(184,202,143); }
H1.HeaderClassName
{
color: #B8CA8F;
}
.AnyTagClassName
{
color: #B8CA8F;
}
</style>
background-color css
<style>
a { background-color: #B8CA8F; }
a { background-color: rgb(184,202,143); }
div.DivClassName
{
background-color: #B8CA8F;
}
.BgClassName
{
background-color: #B8CA8F;
}
</style>
border-color css
<style>
span { border-color: #B8CA8F; }
span { border-color: rgb(184,202,143); }
td.TdClassName
{
border-color: #B8CA8F;
}
.TagClassName
{
border-color: #B8CA8F;
}
</style>