Shades of Sprout #B8D290
Tints of Sprout #B8D290
RGB
CMYK
RGB Variations
Color information
#B8D290 (or 0xB8D290) is known color: Sprout. HEX triplet: B8, D2 and 90. RGB value is (184,210,144). Sum of RGB (Red+Green+Blue) = 184+210+144=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D290 is #472D6F. Grayscale: #C2C2C2. Windows color (decimal): -4664688 or 9491128. OLE color: 9491128.
HSL color Cylindrical-coordinate representation of color #B8D290: hue angle of 83.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8D290 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 144 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.18 |
| HSL | 83.64º | 0.42% | 0.69% | - |
| HSV(B) | 83.64º | 0.31% | 0.82% | - |
| XYZ | 47.85 | 58.3 | 35.12 | - |
| YUV | 194.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 144 | 0.12 | 0 | 0.31 | 0.18 | 83.64 | 0.42 | 0.69 |
| Hex | B8 | D2 | 90 | C | 0 | 1F | 12 | 54 | 2A | 45 |
| Octal | 270 | 322 | 220 | 14 | 0 | 37 | 22 | 124 | 52 | 105 |
| Binary | 10111000 | 11010010 | 10010000 | 1100 | 0 | 11111 | 10010 | 1010100 | 101010 | 1000101 |
Color Harmonies of #B8D290
Complementary color
Monochromatic Colors of #B8D290
Black with #B8D290
Text Example
Text Example
White with #B8D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D290; }
p { color: rgb(184,210,144); }
H1.HeaderClassName
{
color: #B8D290;
}
.AnyTagClassName
{
color: #B8D290;
}
</style>
background-color css
<style>
a { background-color: #B8D290; }
a { background-color: rgb(184,210,144); }
div.DivClassName
{
background-color: #B8D290;
}
.BgClassName
{
background-color: #B8D290;
}
</style>
border-color css
<style>
span { border-color: #B8D290; }
span { border-color: rgb(184,210,144); }
td.TdClassName
{
border-color: #B8D290;
}
.TagClassName
{
border-color: #B8D290;
}
</style>