Shades of Sprout #B7C39D
Tints of Sprout #B7C39D
RGB
CMYK
RGB Variations
Color information
#B7C39D (or 0xB7C39D) is known color: Sprout. HEX triplet: B7, C3 and 9D. RGB value is (183,195,157). Sum of RGB (Red+Green+Blue) = 183+195+157=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C39D is #483C62. Grayscale: #BBBBBB. Windows color (decimal): -4734051 or 10339255. OLE color: 10339255.
HSL color Cylindrical-coordinate representation of color #B7C39D: hue angle of 78.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7C39D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 157 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.24 |
| HSL | 78.95º | 0.24% | 0.69% | - |
| HSV(B) | 78.95º | 0.19% | 0.76% | - |
| XYZ | 45.13 | 51.53 | 39.47 | - |
| YUV | 187.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 157 | 0.06 | 0 | 0.19 | 0.24 | 78.95 | 0.24 | 0.69 |
| Hex | B7 | C3 | 9D | 6 | 0 | 13 | 18 | 4F | 18 | 45 |
| Octal | 267 | 303 | 235 | 6 | 0 | 23 | 30 | 117 | 30 | 105 |
| Binary | 10110111 | 11000011 | 10011101 | 110 | 0 | 10011 | 11000 | 1001111 | 11000 | 1000101 |
Color Harmonies of #B7C39D
Complementary color
Monochromatic Colors of #B7C39D
Black with #B7C39D
Text Example
Text Example
White with #B7C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C39D; }
p { color: rgb(183,195,157); }
H1.HeaderClassName
{
color: #B7C39D;
}
.AnyTagClassName
{
color: #B7C39D;
}
</style>
background-color css
<style>
a { background-color: #B7C39D; }
a { background-color: rgb(183,195,157); }
div.DivClassName
{
background-color: #B7C39D;
}
.BgClassName
{
background-color: #B7C39D;
}
</style>
border-color css
<style>
span { border-color: #B7C39D; }
span { border-color: rgb(183,195,157); }
td.TdClassName
{
border-color: #B7C39D;
}
.TagClassName
{
border-color: #B7C39D;
}
</style>