Shades of Sprout #B4C194
Tints of Sprout #B4C194
RGB
CMYK
RGB Variations
Color information
#B4C194 (or 0xB4C194) is known color: Sprout. HEX triplet: B4, C1 and 94. RGB value is (180,193,148). Sum of RGB (Red+Green+Blue) = 180+193+148=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C194 is #4B3E6B. Grayscale: #B8B8B8. Windows color (decimal): -4931180 or 9748916. OLE color: 9748916.
HSL color Cylindrical-coordinate representation of color #B4C194: hue angle of 77.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C194 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 148 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.24 |
| HSL | 77.33º | 0.27% | 0.67% | - |
| HSV(B) | 77.33º | 0.23% | 0.76% | - |
| XYZ | 43.24 | 49.98 | 35.39 | - |
| YUV | 183.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 148 | 0.07 | 0 | 0.23 | 0.24 | 77.33 | 0.27 | 0.67 |
| Hex | B4 | C1 | 94 | 7 | 0 | 17 | 18 | 4D | 1B | 43 |
| Octal | 264 | 301 | 224 | 7 | 0 | 27 | 30 | 115 | 33 | 103 |
| Binary | 10110100 | 11000001 | 10010100 | 111 | 0 | 10111 | 11000 | 1001101 | 11011 | 1000011 |
Color Harmonies of #B4C194
Complementary color
Monochromatic Colors of #B4C194
Black with #B4C194
Text Example
Text Example
White with #B4C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C194; }
p { color: rgb(180,193,148); }
H1.HeaderClassName
{
color: #B4C194;
}
.AnyTagClassName
{
color: #B4C194;
}
</style>
background-color css
<style>
a { background-color: #B4C194; }
a { background-color: rgb(180,193,148); }
div.DivClassName
{
background-color: #B4C194;
}
.BgClassName
{
background-color: #B4C194;
}
</style>
border-color css
<style>
span { border-color: #B4C194; }
span { border-color: rgb(180,193,148); }
td.TdClassName
{
border-color: #B4C194;
}
.TagClassName
{
border-color: #B4C194;
}
</style>