Shades of Sprout #B7C09D
Tints of Sprout #B7C09D
RGB
CMYK
RGB Variations
Color information
#B7C09D (or 0xB7C09D) is known color: Sprout. HEX triplet: B7, C0 and 9D. RGB value is (183,192,157). Sum of RGB (Red+Green+Blue) = 183+192+157=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C09D is #483F62. Grayscale: #B9B9B9. Windows color (decimal): -4734819 or 10338487. OLE color: 10338487.
HSL color Cylindrical-coordinate representation of color #B7C09D: hue angle of 75.43º 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 #B7C09D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 157 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.25 |
| HSL | 75.43º | 0.22% | 0.68% | - |
| HSV(B) | 75.43º | 0.18% | 0.75% | - |
| XYZ | 44.46 | 50.2 | 39.24 | - |
| YUV | 185.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 157 | 0.05 | 0 | 0.18 | 0.25 | 75.43 | 0.22 | 0.68 |
| Hex | B7 | C0 | 9D | 5 | 0 | 12 | 19 | 4B | 16 | 44 |
| Octal | 267 | 300 | 235 | 5 | 0 | 22 | 31 | 113 | 26 | 104 |
| Binary | 10110111 | 11000000 | 10011101 | 101 | 0 | 10010 | 11001 | 1001011 | 10110 | 1000100 |
Color Harmonies of #B7C09D
Complementary color
Monochromatic Colors of #B7C09D
Black with #B7C09D
Text Example
Text Example
White with #B7C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C09D; }
p { color: rgb(183,192,157); }
H1.HeaderClassName
{
color: #B7C09D;
}
.AnyTagClassName
{
color: #B7C09D;
}
</style>
background-color css
<style>
a { background-color: #B7C09D; }
a { background-color: rgb(183,192,157); }
div.DivClassName
{
background-color: #B7C09D;
}
.BgClassName
{
background-color: #B7C09D;
}
</style>
border-color css
<style>
span { border-color: #B7C09D; }
span { border-color: rgb(183,192,157); }
td.TdClassName
{
border-color: #B7C09D;
}
.TagClassName
{
border-color: #B7C09D;
}
</style>