Shades of Sprout #B7CD8C
Tints of Sprout #B7CD8C
RGB
CMYK
RGB Variations
Color information
#B7CD8C (or 0xB7CD8C) is known color: Sprout. HEX triplet: B7, CD and 8C. RGB value is (183,205,140). Sum of RGB (Red+Green+Blue) = 183+205+140=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CD8C is #483273. Grayscale: #BFBFBF. Windows color (decimal): -4731508 or 9227703. OLE color: 9227703.
HSL color Cylindrical-coordinate representation of color #B7CD8C: hue angle of 80.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7CD8C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 140 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.20 |
| HSL | 80.31º | 0.39% | 0.68% | - |
| HSV(B) | 80.31º | 0.32% | 0.8% | - |
| XYZ | 46.09 | 55.62 | 33.12 | - |
| YUV | 191.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 140 | 0.11 | 0 | 0.32 | 0.20 | 80.31 | 0.39 | 0.68 |
| Hex | B7 | CD | 8C | B | 0 | 20 | 14 | 50 | 27 | 44 |
| Octal | 267 | 315 | 214 | 13 | 0 | 40 | 24 | 120 | 47 | 104 |
| Binary | 10110111 | 11001101 | 10001100 | 1011 | 0 | 100000 | 10100 | 1010000 | 100111 | 1000100 |
Color Harmonies of #B7CD8C
Complementary color
Monochromatic Colors of #B7CD8C
Black with #B7CD8C
Text Example
Text Example
White with #B7CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD8C; }
p { color: rgb(183,205,140); }
H1.HeaderClassName
{
color: #B7CD8C;
}
.AnyTagClassName
{
color: #B7CD8C;
}
</style>
background-color css
<style>
a { background-color: #B7CD8C; }
a { background-color: rgb(183,205,140); }
div.DivClassName
{
background-color: #B7CD8C;
}
.BgClassName
{
background-color: #B7CD8C;
}
</style>
border-color css
<style>
span { border-color: #B7CD8C; }
span { border-color: rgb(183,205,140); }
td.TdClassName
{
border-color: #B7CD8C;
}
.TagClassName
{
border-color: #B7CD8C;
}
</style>