Shades of Sprout #B4D19B
Tints of Sprout #B4D19B
RGB
CMYK
RGB Variations
Color information
#B4D19B (or 0xB4D19B) is known color: Sprout. HEX triplet: B4, D1 and 9B. RGB value is (180,209,155). Sum of RGB (Red+Green+Blue) = 180+209+155=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D19B is #4B2E64. Grayscale: #C2C2C2. Windows color (decimal): -4927077 or 10211764. OLE color: 10211764.
HSL color Cylindrical-coordinate representation of color #B4D19B: hue angle of 92.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4D19B is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 155 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.18 |
| HSL | 92.22º | 0.37% | 0.71% | - |
| HSV(B) | 92.22º | 0.26% | 0.82% | - |
| XYZ | 47.54 | 57.67 | 39.64 | - |
| YUV | 194.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 155 | 0.14 | 0 | 0.26 | 0.18 | 92.22 | 0.37 | 0.71 |
| Hex | B4 | D1 | 9B | E | 0 | 1A | 12 | 5C | 25 | 47 |
| Octal | 264 | 321 | 233 | 16 | 0 | 32 | 22 | 134 | 45 | 107 |
| Binary | 10110100 | 11010001 | 10011011 | 1110 | 0 | 11010 | 10010 | 1011100 | 100101 | 1000111 |
Color Harmonies of #B4D19B
Complementary color
Monochromatic Colors of #B4D19B
Black with #B4D19B
Text Example
Text Example
White with #B4D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D19B; }
p { color: rgb(180,209,155); }
H1.HeaderClassName
{
color: #B4D19B;
}
.AnyTagClassName
{
color: #B4D19B;
}
</style>
background-color css
<style>
a { background-color: #B4D19B; }
a { background-color: rgb(180,209,155); }
div.DivClassName
{
background-color: #B4D19B;
}
.BgClassName
{
background-color: #B4D19B;
}
</style>
border-color css
<style>
span { border-color: #B4D19B; }
span { border-color: rgb(180,209,155); }
td.TdClassName
{
border-color: #B4D19B;
}
.TagClassName
{
border-color: #B4D19B;
}
</style>