Shades of Sprout #B3D495
Tints of Sprout #B3D495
RGB
CMYK
RGB Variations
Color information
#B3D495 (or 0xB3D495) is known color: Sprout. HEX triplet: B3, D4 and 95. RGB value is (179,212,149). Sum of RGB (Red+Green+Blue) = 179+212+149=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D495 is #4C2B6A. Grayscale: #C3C3C3. Windows color (decimal): -4991851 or 9819315. OLE color: 9819315.
HSL color Cylindrical-coordinate representation of color #B3D495: hue angle of 91.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D495 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 149 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.17 |
| HSL | 91.43º | 0.42% | 0.71% | - |
| HSV(B) | 91.43º | 0.3% | 0.83% | - |
| XYZ | 47.56 | 58.84 | 37.28 | - |
| YUV | 194.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 149 | 0.16 | 0 | 0.30 | 0.17 | 91.43 | 0.42 | 0.71 |
| Hex | B3 | D4 | 95 | 10 | 0 | 1E | 11 | 5B | 2A | 47 |
| Octal | 263 | 324 | 225 | 20 | 0 | 36 | 21 | 133 | 52 | 107 |
| Binary | 10110011 | 11010100 | 10010101 | 10000 | 0 | 11110 | 10001 | 1011011 | 101010 | 1000111 |
Color Harmonies of #B3D495
Complementary color
Monochromatic Colors of #B3D495
Black with #B3D495
Text Example
Text Example
White with #B3D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D495; }
p { color: rgb(179,212,149); }
H1.HeaderClassName
{
color: #B3D495;
}
.AnyTagClassName
{
color: #B3D495;
}
</style>
background-color css
<style>
a { background-color: #B3D495; }
a { background-color: rgb(179,212,149); }
div.DivClassName
{
background-color: #B3D495;
}
.BgClassName
{
background-color: #B3D495;
}
</style>
border-color css
<style>
span { border-color: #B3D495; }
span { border-color: rgb(179,212,149); }
td.TdClassName
{
border-color: #B3D495;
}
.TagClassName
{
border-color: #B3D495;
}
</style>