Shades of Sprout #B8C59A
Tints of Sprout #B8C59A
RGB
CMYK
RGB Variations
Color information
#B8C59A (or 0xB8C59A) is known color: Sprout. HEX triplet: B8, C5 and 9A. RGB value is (184,197,154). Sum of RGB (Red+Green+Blue) = 184+197+154=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C59A is #473A65. Grayscale: #BCBCBC. Windows color (decimal): -4668006 or 10143160. OLE color: 10143160.
HSL color Cylindrical-coordinate representation of color #B8C59A: hue angle of 78.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C59A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 154 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.23 |
| HSL | 78.14º | 0.27% | 0.69% | - |
| HSV(B) | 78.14º | 0.22% | 0.77% | - |
| XYZ | 45.57 | 52.46 | 38.3 | - |
| YUV | 188.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 154 | 0.07 | 0 | 0.22 | 0.23 | 78.14 | 0.27 | 0.69 |
| Hex | B8 | C5 | 9A | 7 | 0 | 16 | 17 | 4E | 1B | 45 |
| Octal | 270 | 305 | 232 | 7 | 0 | 26 | 27 | 116 | 33 | 105 |
| Binary | 10111000 | 11000101 | 10011010 | 111 | 0 | 10110 | 10111 | 1001110 | 11011 | 1000101 |
Color Harmonies of #B8C59A
Complementary color
Monochromatic Colors of #B8C59A
Black with #B8C59A
Text Example
Text Example
White with #B8C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C59A; }
p { color: rgb(184,197,154); }
H1.HeaderClassName
{
color: #B8C59A;
}
.AnyTagClassName
{
color: #B8C59A;
}
</style>
background-color css
<style>
a { background-color: #B8C59A; }
a { background-color: rgb(184,197,154); }
div.DivClassName
{
background-color: #B8C59A;
}
.BgClassName
{
background-color: #B8C59A;
}
</style>
border-color css
<style>
span { border-color: #B8C59A; }
span { border-color: rgb(184,197,154); }
td.TdClassName
{
border-color: #B8C59A;
}
.TagClassName
{
border-color: #B8C59A;
}
</style>