Shades of Sprout #B3D592
Tints of Sprout #B3D592
RGB
CMYK
RGB Variations
Color information
#B3D592 (or 0xB3D592) is known color: Sprout. HEX triplet: B3, D5 and 92. RGB value is (179,213,146). Sum of RGB (Red+Green+Blue) = 179+213+146=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D592 is #4C2A6D. Grayscale: #C3C3C3. Windows color (decimal): -4991598 or 9622963. OLE color: 9622963.
HSL color Cylindrical-coordinate representation of color #B3D592: hue angle of 90.45º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3D592 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 146 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.16 |
| HSL | 90.45º | 0.44% | 0.7% | - |
| HSV(B) | 90.45º | 0.31% | 0.84% | - |
| XYZ | 47.57 | 59.25 | 36.12 | - |
| YUV | 195.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 146 | 0.16 | 0 | 0.31 | 0.16 | 90.45 | 0.44 | 0.7 |
| Hex | B3 | D5 | 92 | 10 | 0 | 1F | 10 | 5A | 2C | 46 |
| Octal | 263 | 325 | 222 | 20 | 0 | 37 | 20 | 132 | 54 | 106 |
| Binary | 10110011 | 11010101 | 10010010 | 10000 | 0 | 11111 | 10000 | 1011010 | 101100 | 1000110 |
Color Harmonies of #B3D592
Complementary color
Monochromatic Colors of #B3D592
Black with #B3D592
Text Example
Text Example
White with #B3D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D592; }
p { color: rgb(179,213,146); }
H1.HeaderClassName
{
color: #B3D592;
}
.AnyTagClassName
{
color: #B3D592;
}
</style>
background-color css
<style>
a { background-color: #B3D592; }
a { background-color: rgb(179,213,146); }
div.DivClassName
{
background-color: #B3D592;
}
.BgClassName
{
background-color: #B3D592;
}
</style>
border-color css
<style>
span { border-color: #B3D592; }
span { border-color: rgb(179,213,146); }
td.TdClassName
{
border-color: #B3D592;
}
.TagClassName
{
border-color: #B3D592;
}
</style>