Shades of Sprout #B8D28A
Tints of Sprout #B8D28A
RGB
CMYK
RGB Variations
Color information
#B8D28A (or 0xB8D28A) is known color: Sprout. HEX triplet: B8, D2 and 8A. RGB value is (184,210,138). Sum of RGB (Red+Green+Blue) = 184+210+138=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D28A is #472D75. Grayscale: #C2C2C2. Windows color (decimal): -4664694 or 9097912. OLE color: 9097912.
HSL color Cylindrical-coordinate representation of color #B8D28A: hue angle of 81.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8D28A is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 138 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.18 |
| HSL | 81.67º | 0.44% | 0.68% | - |
| HSV(B) | 81.67º | 0.34% | 0.82% | - |
| XYZ | 47.4 | 58.12 | 32.76 | - |
| YUV | 194.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 138 | 0.12 | 0 | 0.34 | 0.18 | 81.67 | 0.44 | 0.68 |
| Hex | B8 | D2 | 8A | C | 0 | 22 | 12 | 52 | 2C | 44 |
| Octal | 270 | 322 | 212 | 14 | 0 | 42 | 22 | 122 | 54 | 104 |
| Binary | 10111000 | 11010010 | 10001010 | 1100 | 0 | 100010 | 10010 | 1010010 | 101100 | 1000100 |
Color Harmonies of #B8D28A
Complementary color
Monochromatic Colors of #B8D28A
Black with #B8D28A
Text Example
Text Example
White with #B8D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D28A; }
p { color: rgb(184,210,138); }
H1.HeaderClassName
{
color: #B8D28A;
}
.AnyTagClassName
{
color: #B8D28A;
}
</style>
background-color css
<style>
a { background-color: #B8D28A; }
a { background-color: rgb(184,210,138); }
div.DivClassName
{
background-color: #B8D28A;
}
.BgClassName
{
background-color: #B8D28A;
}
</style>
border-color css
<style>
span { border-color: #B8D28A; }
span { border-color: rgb(184,210,138); }
td.TdClassName
{
border-color: #B8D28A;
}
.TagClassName
{
border-color: #B8D28A;
}
</style>