Shades of Sprout #B8DD93
Tints of Sprout #B8DD93
RGB
CMYK
RGB Variations
Color information
#B8DD93 (or 0xB8DD93) is known color: Sprout. HEX triplet: B8, DD and 93. RGB value is (184,221,147). Sum of RGB (Red+Green+Blue) = 184+221+147=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD93 is #47226C. Grayscale: #C9C9C9. Windows color (decimal): -4661869 or 9690552. OLE color: 9690552.
HSL color Cylindrical-coordinate representation of color #B8DD93: hue angle of 90º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8DD93 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 147 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 90º | 0.52% | 0.72% | - |
| HSV(B) | 90º | 0.33% | 0.87% | - |
| XYZ | 50.89 | 64.01 | 37.28 | - |
| YUV | 201.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 147 | 0.17 | 0 | 0.33 | 0.13 | 90 | 0.52 | 0.72 |
| Hex | B8 | DD | 93 | 11 | 0 | 21 | D | 5A | 34 | 48 |
| Octal | 270 | 335 | 223 | 21 | 0 | 41 | 15 | 132 | 64 | 110 |
| Binary | 10111000 | 11011101 | 10010011 | 10001 | 0 | 100001 | 1101 | 1011010 | 110100 | 1001000 |
Color Harmonies of #B8DD93
Complementary color
Monochromatic Colors of #B8DD93
Black with #B8DD93
Text Example
Text Example
White with #B8DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD93; }
p { color: rgb(184,221,147); }
H1.HeaderClassName
{
color: #B8DD93;
}
.AnyTagClassName
{
color: #B8DD93;
}
</style>
background-color css
<style>
a { background-color: #B8DD93; }
a { background-color: rgb(184,221,147); }
div.DivClassName
{
background-color: #B8DD93;
}
.BgClassName
{
background-color: #B8DD93;
}
</style>
border-color css
<style>
span { border-color: #B8DD93; }
span { border-color: rgb(184,221,147); }
td.TdClassName
{
border-color: #B8DD93;
}
.TagClassName
{
border-color: #B8DD93;
}
</style>