Shades of Sprout #B3D08E
Tints of Sprout #B3D08E
RGB
CMYK
RGB Variations
Color information
#B3D08E (or 0xB3D08E) is known color: Sprout. HEX triplet: B3, D0 and 8E. RGB value is (179,208,142). Sum of RGB (Red+Green+Blue) = 179+208+142=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D08E is #4C2F71. Grayscale: #C0C0C0. Windows color (decimal): -4992882 or 9359539. OLE color: 9359539.
HSL color Cylindrical-coordinate representation of color #B3D08E: hue angle of 86.36º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3D08E is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 142 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.18 |
| HSL | 86.36º | 0.41% | 0.69% | - |
| HSV(B) | 86.36º | 0.32% | 0.82% | - |
| XYZ | 46.03 | 56.65 | 34.1 | - |
| YUV | 191.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 142 | 0.14 | 0 | 0.32 | 0.18 | 86.36 | 0.41 | 0.69 |
| Hex | B3 | D0 | 8E | E | 0 | 20 | 12 | 56 | 29 | 45 |
| Octal | 263 | 320 | 216 | 16 | 0 | 40 | 22 | 126 | 51 | 105 |
| Binary | 10110011 | 11010000 | 10001110 | 1110 | 0 | 100000 | 10010 | 1010110 | 101001 | 1000101 |
Color Harmonies of #B3D08E
Complementary color
Monochromatic Colors of #B3D08E
Black with #B3D08E
Text Example
Text Example
White with #B3D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D08E; }
p { color: rgb(179,208,142); }
H1.HeaderClassName
{
color: #B3D08E;
}
.AnyTagClassName
{
color: #B3D08E;
}
</style>
background-color css
<style>
a { background-color: #B3D08E; }
a { background-color: rgb(179,208,142); }
div.DivClassName
{
background-color: #B3D08E;
}
.BgClassName
{
background-color: #B3D08E;
}
</style>
border-color css
<style>
span { border-color: #B3D08E; }
span { border-color: rgb(179,208,142); }
td.TdClassName
{
border-color: #B3D08E;
}
.TagClassName
{
border-color: #B3D08E;
}
</style>