Shades of Sprout #B4C09D
Tints of Sprout #B4C09D
RGB
CMYK
RGB Variations
Color information
#B4C09D (or 0xB4C09D) is known color: Sprout. HEX triplet: B4, C0 and 9D. RGB value is (180,192,157). Sum of RGB (Red+Green+Blue) = 180+192+157=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C09D is #4B3F62. Grayscale: #B8B8B8. Windows color (decimal): -4931427 or 10338484. OLE color: 10338484.
HSL color Cylindrical-coordinate representation of color #B4C09D: hue angle of 80.57º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C09D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 157 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.25 |
| HSL | 80.57º | 0.22% | 0.68% | - |
| HSV(B) | 80.57º | 0.18% | 0.75% | - |
| XYZ | 43.76 | 49.84 | 39.21 | - |
| YUV | 184.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 157 | 0.06 | 0 | 0.18 | 0.25 | 80.57 | 0.22 | 0.68 |
| Hex | B4 | C0 | 9D | 6 | 0 | 12 | 19 | 51 | 16 | 44 |
| Octal | 264 | 300 | 235 | 6 | 0 | 22 | 31 | 121 | 26 | 104 |
| Binary | 10110100 | 11000000 | 10011101 | 110 | 0 | 10010 | 11001 | 1010001 | 10110 | 1000100 |
Color Harmonies of #B4C09D
Complementary color
Monochromatic Colors of #B4C09D
Black with #B4C09D
Text Example
Text Example
White with #B4C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C09D; }
p { color: rgb(180,192,157); }
H1.HeaderClassName
{
color: #B4C09D;
}
.AnyTagClassName
{
color: #B4C09D;
}
</style>
background-color css
<style>
a { background-color: #B4C09D; }
a { background-color: rgb(180,192,157); }
div.DivClassName
{
background-color: #B4C09D;
}
.BgClassName
{
background-color: #B4C09D;
}
</style>
border-color css
<style>
span { border-color: #B4C09D; }
span { border-color: rgb(180,192,157); }
td.TdClassName
{
border-color: #B4C09D;
}
.TagClassName
{
border-color: #B4C09D;
}
</style>