Shades of Sprout #B8DA93
Tints of Sprout #B8DA93
RGB
CMYK
RGB Variations
Color information
#B8DA93 (or 0xB8DA93) is known color: Sprout. HEX triplet: B8, DA and 93. RGB value is (184,218,147). Sum of RGB (Red+Green+Blue) = 184+218+147=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DA93 is #47256C. Grayscale: #C7C7C7. Windows color (decimal): -4662637 or 9689784. OLE color: 9689784.
HSL color Cylindrical-coordinate representation of color #B8DA93: hue angle of 88.73º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8DA93 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 147 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.15 |
| HSL | 88.73º | 0.49% | 0.72% | - |
| HSV(B) | 88.73º | 0.33% | 0.85% | - |
| XYZ | 50.11 | 62.44 | 37.02 | - |
| YUV | 199.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 147 | 0.16 | 0 | 0.33 | 0.15 | 88.73 | 0.49 | 0.72 |
| Hex | B8 | DA | 93 | 10 | 0 | 21 | F | 59 | 31 | 48 |
| Octal | 270 | 332 | 223 | 20 | 0 | 41 | 17 | 131 | 61 | 110 |
| Binary | 10111000 | 11011010 | 10010011 | 10000 | 0 | 100001 | 1111 | 1011001 | 110001 | 1001000 |
Color Harmonies of #B8DA93
Complementary color
Monochromatic Colors of #B8DA93
Black with #B8DA93
Text Example
Text Example
White with #B8DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA93; }
p { color: rgb(184,218,147); }
H1.HeaderClassName
{
color: #B8DA93;
}
.AnyTagClassName
{
color: #B8DA93;
}
</style>
background-color css
<style>
a { background-color: #B8DA93; }
a { background-color: rgb(184,218,147); }
div.DivClassName
{
background-color: #B8DA93;
}
.BgClassName
{
background-color: #B8DA93;
}
</style>
border-color css
<style>
span { border-color: #B8DA93; }
span { border-color: rgb(184,218,147); }
td.TdClassName
{
border-color: #B8DA93;
}
.TagClassName
{
border-color: #B8DA93;
}
</style>