Shades of Sprout #B7C39B
Tints of Sprout #B7C39B
RGB
CMYK
RGB Variations
Color information
#B7C39B (or 0xB7C39B) is known color: Sprout. HEX triplet: B7, C3 and 9B. RGB value is (183,195,155). Sum of RGB (Red+Green+Blue) = 183+195+155=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C39B is #483C64. Grayscale: #BBBBBB. Windows color (decimal): -4734053 or 10208183. OLE color: 10208183.
HSL color Cylindrical-coordinate representation of color #B7C39B: hue angle of 78º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7C39B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 155 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.24 |
| HSL | 78º | 0.25% | 0.69% | - |
| HSV(B) | 78º | 0.21% | 0.76% | - |
| XYZ | 44.96 | 51.46 | 38.57 | - |
| YUV | 186.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 155 | 0.06 | 0 | 0.21 | 0.24 | 78 | 0.25 | 0.69 |
| Hex | B7 | C3 | 9B | 6 | 0 | 15 | 18 | 4E | 19 | 45 |
| Octal | 267 | 303 | 233 | 6 | 0 | 25 | 30 | 116 | 31 | 105 |
| Binary | 10110111 | 11000011 | 10011011 | 110 | 0 | 10101 | 11000 | 1001110 | 11001 | 1000101 |
Color Harmonies of #B7C39B
Complementary color
Monochromatic Colors of #B7C39B
Black with #B7C39B
Text Example
Text Example
White with #B7C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C39B; }
p { color: rgb(183,195,155); }
H1.HeaderClassName
{
color: #B7C39B;
}
.AnyTagClassName
{
color: #B7C39B;
}
</style>
background-color css
<style>
a { background-color: #B7C39B; }
a { background-color: rgb(183,195,155); }
div.DivClassName
{
background-color: #B7C39B;
}
.BgClassName
{
background-color: #B7C39B;
}
</style>
border-color css
<style>
span { border-color: #B7C39B; }
span { border-color: rgb(183,195,155); }
td.TdClassName
{
border-color: #B7C39B;
}
.TagClassName
{
border-color: #B7C39B;
}
</style>