Shades of Sprout #B3D692
Tints of Sprout #B3D692
RGB
CMYK
RGB Variations
Color information
#B3D692 (or 0xB3D692) is known color: Sprout. HEX triplet: B3, D6 and 92. RGB value is (179,214,146). Sum of RGB (Red+Green+Blue) = 179+214+146=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D692 is #4C296D. Grayscale: #C4C4C4. Windows color (decimal): -4991342 or 9623219. OLE color: 9623219.
HSL color Cylindrical-coordinate representation of color #B3D692: hue angle of 90.88º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3D692 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 146 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.16 |
| HSL | 90.88º | 0.45% | 0.71% | - |
| HSV(B) | 90.88º | 0.32% | 0.84% | - |
| XYZ | 47.83 | 59.75 | 36.21 | - |
| YUV | 195.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 146 | 0.16 | 0 | 0.32 | 0.16 | 90.88 | 0.45 | 0.71 |
| Hex | B3 | D6 | 92 | 10 | 0 | 20 | 10 | 5B | 2D | 47 |
| Octal | 263 | 326 | 222 | 20 | 0 | 40 | 20 | 133 | 55 | 107 |
| Binary | 10110011 | 11010110 | 10010010 | 10000 | 0 | 100000 | 10000 | 1011011 | 101101 | 1000111 |
Color Harmonies of #B3D692
Complementary color
Monochromatic Colors of #B3D692
Black with #B3D692
Text Example
Text Example
White with #B3D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D692; }
p { color: rgb(179,214,146); }
H1.HeaderClassName
{
color: #B3D692;
}
.AnyTagClassName
{
color: #B3D692;
}
</style>
background-color css
<style>
a { background-color: #B3D692; }
a { background-color: rgb(179,214,146); }
div.DivClassName
{
background-color: #B3D692;
}
.BgClassName
{
background-color: #B3D692;
}
</style>
border-color css
<style>
span { border-color: #B3D692; }
span { border-color: rgb(179,214,146); }
td.TdClassName
{
border-color: #B3D692;
}
.TagClassName
{
border-color: #B3D692;
}
</style>