Shades of Sprout #B4C99A
Tints of Sprout #B4C99A
RGB
CMYK
RGB Variations
Color information
#B4C99A (or 0xB4C99A) is known color: Sprout. HEX triplet: B4, C9 and 9A. RGB value is (180,201,154). Sum of RGB (Red+Green+Blue) = 180+201+154=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C99A is #4B3665. Grayscale: #BDBDBD. Windows color (decimal): -4929126 or 10144180. OLE color: 10144180.
HSL color Cylindrical-coordinate representation of color #B4C99A: hue angle of 86.81º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C99A is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 201 | 154 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.21 |
| HSL | 86.81º | 0.3% | 0.7% | - |
| HSV(B) | 86.81º | 0.23% | 0.79% | - |
| XYZ | 45.54 | 53.81 | 38.56 | - |
| YUV | 189.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 154 | 0.10 | 0 | 0.23 | 0.21 | 86.81 | 0.3 | 0.7 |
| Hex | B4 | C9 | 9A | A | 0 | 17 | 15 | 57 | 1E | 46 |
| Octal | 264 | 311 | 232 | 12 | 0 | 27 | 25 | 127 | 36 | 106 |
| Binary | 10110100 | 11001001 | 10011010 | 1010 | 0 | 10111 | 10101 | 1010111 | 11110 | 1000110 |
Color Harmonies of #B4C99A
Complementary color
Monochromatic Colors of #B4C99A
Black with #B4C99A
Text Example
Text Example
White with #B4C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C99A; }
p { color: rgb(180,201,154); }
H1.HeaderClassName
{
color: #B4C99A;
}
.AnyTagClassName
{
color: #B4C99A;
}
</style>
background-color css
<style>
a { background-color: #B4C99A; }
a { background-color: rgb(180,201,154); }
div.DivClassName
{
background-color: #B4C99A;
}
.BgClassName
{
background-color: #B4C99A;
}
</style>
border-color css
<style>
span { border-color: #B4C99A; }
span { border-color: rgb(180,201,154); }
td.TdClassName
{
border-color: #B4C99A;
}
.TagClassName
{
border-color: #B4C99A;
}
</style>