Shades of Sprout #B8D29A
Tints of Sprout #B8D29A
RGB
CMYK
RGB Variations
Color information
#B8D29A (or 0xB8D29A) is known color: Sprout. HEX triplet: B8, D2 and 9A. RGB value is (184,210,154). Sum of RGB (Red+Green+Blue) = 184+210+154=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D29A is #472D65. Grayscale: #C4C4C4. Windows color (decimal): -4664678 or 10146488. OLE color: 10146488.
HSL color Cylindrical-coordinate representation of color #B8D29A: hue angle of 87.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D29A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 154 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.18 |
| HSL | 87.86º | 0.38% | 0.71% | - |
| HSV(B) | 87.86º | 0.27% | 0.82% | - |
| XYZ | 48.65 | 58.62 | 39.32 | - |
| YUV | 195.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 154 | 0.12 | 0 | 0.27 | 0.18 | 87.86 | 0.38 | 0.71 |
| Hex | B8 | D2 | 9A | C | 0 | 1B | 12 | 58 | 26 | 47 |
| Octal | 270 | 322 | 232 | 14 | 0 | 33 | 22 | 130 | 46 | 107 |
| Binary | 10111000 | 11010010 | 10011010 | 1100 | 0 | 11011 | 10010 | 1011000 | 100110 | 1000111 |
Color Harmonies of #B8D29A
Complementary color
Monochromatic Colors of #B8D29A
Black with #B8D29A
Text Example
Text Example
White with #B8D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D29A; }
p { color: rgb(184,210,154); }
H1.HeaderClassName
{
color: #B8D29A;
}
.AnyTagClassName
{
color: #B8D29A;
}
</style>
background-color css
<style>
a { background-color: #B8D29A; }
a { background-color: rgb(184,210,154); }
div.DivClassName
{
background-color: #B8D29A;
}
.BgClassName
{
background-color: #B8D29A;
}
</style>
border-color css
<style>
span { border-color: #B8D29A; }
span { border-color: rgb(184,210,154); }
td.TdClassName
{
border-color: #B8D29A;
}
.TagClassName
{
border-color: #B8D29A;
}
</style>