Shades of Sprout #B7D18C
Tints of Sprout #B7D18C
RGB
CMYK
RGB Variations
Color information
#B7D18C (or 0xB7D18C) is known color: Sprout. HEX triplet: B7, D1 and 8C. RGB value is (183,209,140). Sum of RGB (Red+Green+Blue) = 183+209+140=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D18C is #482E73. Grayscale: #C1C1C1. Windows color (decimal): -4730484 or 9228727. OLE color: 9228727.
HSL color Cylindrical-coordinate representation of color #B7D18C: hue angle of 82.61º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7D18C is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 140 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.18 |
| HSL | 82.61º | 0.43% | 0.68% | - |
| HSV(B) | 82.61º | 0.33% | 0.82% | - |
| XYZ | 47.06 | 57.56 | 33.44 | - |
| YUV | 193.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 140 | 0.12 | 0 | 0.33 | 0.18 | 82.61 | 0.43 | 0.68 |
| Hex | B7 | D1 | 8C | C | 0 | 21 | 12 | 53 | 2B | 44 |
| Octal | 267 | 321 | 214 | 14 | 0 | 41 | 22 | 123 | 53 | 104 |
| Binary | 10110111 | 11010001 | 10001100 | 1100 | 0 | 100001 | 10010 | 1010011 | 101011 | 1000100 |
Color Harmonies of #B7D18C
Complementary color
Monochromatic Colors of #B7D18C
Black with #B7D18C
Text Example
Text Example
White with #B7D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D18C; }
p { color: rgb(183,209,140); }
H1.HeaderClassName
{
color: #B7D18C;
}
.AnyTagClassName
{
color: #B7D18C;
}
</style>
background-color css
<style>
a { background-color: #B7D18C; }
a { background-color: rgb(183,209,140); }
div.DivClassName
{
background-color: #B7D18C;
}
.BgClassName
{
background-color: #B7D18C;
}
</style>
border-color css
<style>
span { border-color: #B7D18C; }
span { border-color: rgb(183,209,140); }
td.TdClassName
{
border-color: #B7D18C;
}
.TagClassName
{
border-color: #B7D18C;
}
</style>