Shades of Sprout #B7C59B
Tints of Sprout #B7C59B
RGB
CMYK
RGB Variations
Color information
#B7C59B (or 0xB7C59B) is known color: Sprout. HEX triplet: B7, C5 and 9B. RGB value is (183,197,155). Sum of RGB (Red+Green+Blue) = 183+197+155=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C59B is #483A64. Grayscale: #BCBCBC. Windows color (decimal): -4733541 or 10208695. OLE color: 10208695.
HSL color Cylindrical-coordinate representation of color #B7C59B: hue angle of 80º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7C59B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 155 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.23 |
| HSL | 80º | 0.27% | 0.69% | - |
| HSV(B) | 80º | 0.21% | 0.77% | - |
| XYZ | 45.41 | 52.37 | 38.72 | - |
| YUV | 188.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 155 | 0.07 | 0 | 0.21 | 0.23 | 80 | 0.27 | 0.69 |
| Hex | B7 | C5 | 9B | 7 | 0 | 15 | 17 | 50 | 1B | 45 |
| Octal | 267 | 305 | 233 | 7 | 0 | 25 | 27 | 120 | 33 | 105 |
| Binary | 10110111 | 11000101 | 10011011 | 111 | 0 | 10101 | 10111 | 1010000 | 11011 | 1000101 |
Color Harmonies of #B7C59B
Complementary color
Monochromatic Colors of #B7C59B
Black with #B7C59B
Text Example
Text Example
White with #B7C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C59B; }
p { color: rgb(183,197,155); }
H1.HeaderClassName
{
color: #B7C59B;
}
.AnyTagClassName
{
color: #B7C59B;
}
</style>
background-color css
<style>
a { background-color: #B7C59B; }
a { background-color: rgb(183,197,155); }
div.DivClassName
{
background-color: #B7C59B;
}
.BgClassName
{
background-color: #B7C59B;
}
</style>
border-color css
<style>
span { border-color: #B7C59B; }
span { border-color: rgb(183,197,155); }
td.TdClassName
{
border-color: #B7C59B;
}
.TagClassName
{
border-color: #B7C59B;
}
</style>