Shades of Sprout #B4C19A
Tints of Sprout #B4C19A
RGB
CMYK
RGB Variations
Color information
#B4C19A (or 0xB4C19A) is known color: Sprout. HEX triplet: B4, C1 and 9A. RGB value is (180,193,154). Sum of RGB (Red+Green+Blue) = 180+193+154=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C19A is #4B3E65. Grayscale: #B8B8B8. Windows color (decimal): -4931174 or 10142132. OLE color: 10142132.
HSL color Cylindrical-coordinate representation of color #B4C19A: hue angle of 80º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C19A is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 154 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.24 |
| HSL | 80º | 0.24% | 0.68% | - |
| HSV(B) | 80º | 0.2% | 0.76% | - |
| XYZ | 43.73 | 50.18 | 37.95 | - |
| YUV | 184.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 154 | 0.07 | 0 | 0.20 | 0.24 | 80 | 0.24 | 0.68 |
| Hex | B4 | C1 | 9A | 7 | 0 | 14 | 18 | 50 | 18 | 44 |
| Octal | 264 | 301 | 232 | 7 | 0 | 24 | 30 | 120 | 30 | 104 |
| Binary | 10110100 | 11000001 | 10011010 | 111 | 0 | 10100 | 11000 | 1010000 | 11000 | 1000100 |
Color Harmonies of #B4C19A
Complementary color
Monochromatic Colors of #B4C19A
Black with #B4C19A
Text Example
Text Example
White with #B4C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C19A; }
p { color: rgb(180,193,154); }
H1.HeaderClassName
{
color: #B4C19A;
}
.AnyTagClassName
{
color: #B4C19A;
}
</style>
background-color css
<style>
a { background-color: #B4C19A; }
a { background-color: rgb(180,193,154); }
div.DivClassName
{
background-color: #B4C19A;
}
.BgClassName
{
background-color: #B4C19A;
}
</style>
border-color css
<style>
span { border-color: #B4C19A; }
span { border-color: rgb(180,193,154); }
td.TdClassName
{
border-color: #B4C19A;
}
.TagClassName
{
border-color: #B4C19A;
}
</style>