Shades of Sprout #B3D292
Tints of Sprout #B3D292
RGB
CMYK
RGB Variations
Color information
#B3D292 (or 0xB3D292) is known color: Sprout. HEX triplet: B3, D2 and 92. RGB value is (179,210,146). Sum of RGB (Red+Green+Blue) = 179+210+146=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D292 is #4C2D6D. Grayscale: #C1C1C1. Windows color (decimal): -4992366 or 9622195. OLE color: 9622195.
HSL color Cylindrical-coordinate representation of color #B3D292: hue angle of 89.06º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D292 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 146 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.18 |
| HSL | 89.06º | 0.42% | 0.7% | - |
| HSV(B) | 89.06º | 0.3% | 0.82% | - |
| XYZ | 46.83 | 57.75 | 35.87 | - |
| YUV | 193.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 146 | 0.15 | 0 | 0.30 | 0.18 | 89.06 | 0.42 | 0.7 |
| Hex | B3 | D2 | 92 | F | 0 | 1E | 12 | 59 | 2A | 46 |
| Octal | 263 | 322 | 222 | 17 | 0 | 36 | 22 | 131 | 52 | 106 |
| Binary | 10110011 | 11010010 | 10010010 | 1111 | 0 | 11110 | 10010 | 1011001 | 101010 | 1000110 |
Color Harmonies of #B3D292
Complementary color
Monochromatic Colors of #B3D292
Black with #B3D292
Text Example
Text Example
White with #B3D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D292; }
p { color: rgb(179,210,146); }
H1.HeaderClassName
{
color: #B3D292;
}
.AnyTagClassName
{
color: #B3D292;
}
</style>
background-color css
<style>
a { background-color: #B3D292; }
a { background-color: rgb(179,210,146); }
div.DivClassName
{
background-color: #B3D292;
}
.BgClassName
{
background-color: #B3D292;
}
</style>
border-color css
<style>
span { border-color: #B3D292; }
span { border-color: rgb(179,210,146); }
td.TdClassName
{
border-color: #B3D292;
}
.TagClassName
{
border-color: #B3D292;
}
</style>