Shades of Sprout #B8D38A
Tints of Sprout #B8D38A
RGB
CMYK
RGB Variations
Color information
#B8D38A (or 0xB8D38A) is known color: Sprout. HEX triplet: B8, D3 and 8A. RGB value is (184,211,138). Sum of RGB (Red+Green+Blue) = 184+211+138=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D38A is #472C75. Grayscale: #C2C2C2. Windows color (decimal): -4664438 or 9098168. OLE color: 9098168.
HSL color Cylindrical-coordinate representation of color #B8D38A: hue angle of 82.19º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8D38A is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 138 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.17 |
| HSL | 82.19º | 0.45% | 0.68% | - |
| HSV(B) | 82.19º | 0.35% | 0.83% | - |
| XYZ | 47.65 | 58.61 | 32.85 | - |
| YUV | 194.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 138 | 0.13 | 0 | 0.35 | 0.17 | 82.19 | 0.45 | 0.68 |
| Hex | B8 | D3 | 8A | D | 0 | 23 | 11 | 52 | 2D | 44 |
| Octal | 270 | 323 | 212 | 15 | 0 | 43 | 21 | 122 | 55 | 104 |
| Binary | 10111000 | 11010011 | 10001010 | 1101 | 0 | 100011 | 10001 | 1010010 | 101101 | 1000100 |
Color Harmonies of #B8D38A
Complementary color
Monochromatic Colors of #B8D38A
Black with #B8D38A
Text Example
Text Example
White with #B8D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D38A; }
p { color: rgb(184,211,138); }
H1.HeaderClassName
{
color: #B8D38A;
}
.AnyTagClassName
{
color: #B8D38A;
}
</style>
background-color css
<style>
a { background-color: #B8D38A; }
a { background-color: rgb(184,211,138); }
div.DivClassName
{
background-color: #B8D38A;
}
.BgClassName
{
background-color: #B8D38A;
}
</style>
border-color css
<style>
span { border-color: #B8D38A; }
span { border-color: rgb(184,211,138); }
td.TdClassName
{
border-color: #B8D38A;
}
.TagClassName
{
border-color: #B8D38A;
}
</style>