Shades of Sprout #B4C29C
Tints of Sprout #B4C29C
RGB
CMYK
RGB Variations
Color information
#B4C29C (or 0xB4C29C) is known color: Sprout. HEX triplet: B4, C2 and 9C. RGB value is (180,194,156). Sum of RGB (Red+Green+Blue) = 180+194+156=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C29C is #4B3D63. Grayscale: #B9B9B9. Windows color (decimal): -4930916 or 10273460. OLE color: 10273460.
HSL color Cylindrical-coordinate representation of color #B4C29C: hue angle of 82.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C29C is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 156 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.24 |
| HSL | 82.11º | 0.24% | 0.69% | - |
| HSV(B) | 82.11º | 0.2% | 0.76% | - |
| XYZ | 44.11 | 50.69 | 38.91 | - |
| YUV | 185.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 156 | 0.07 | 0 | 0.20 | 0.24 | 82.11 | 0.24 | 0.69 |
| Hex | B4 | C2 | 9C | 7 | 0 | 14 | 18 | 52 | 18 | 45 |
| Octal | 264 | 302 | 234 | 7 | 0 | 24 | 30 | 122 | 30 | 105 |
| Binary | 10110100 | 11000010 | 10011100 | 111 | 0 | 10100 | 11000 | 1010010 | 11000 | 1000101 |
Color Harmonies of #B4C29C
Complementary color
Monochromatic Colors of #B4C29C
Black with #B4C29C
Text Example
Text Example
White with #B4C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C29C; }
p { color: rgb(180,194,156); }
H1.HeaderClassName
{
color: #B4C29C;
}
.AnyTagClassName
{
color: #B4C29C;
}
</style>
background-color css
<style>
a { background-color: #B4C29C; }
a { background-color: rgb(180,194,156); }
div.DivClassName
{
background-color: #B4C29C;
}
.BgClassName
{
background-color: #B4C29C;
}
</style>
border-color css
<style>
span { border-color: #B4C29C; }
span { border-color: rgb(180,194,156); }
td.TdClassName
{
border-color: #B4C29C;
}
.TagClassName
{
border-color: #B4C29C;
}
</style>