Shades of Sprout #B7CE9C
Tints of Sprout #B7CE9C
RGB
CMYK
RGB Variations
Color information
#B7CE9C (or 0xB7CE9C) is known color: Sprout. HEX triplet: B7, CE and 9C. RGB value is (183,206,156). Sum of RGB (Red+Green+Blue) = 183+206+156=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CE9C is #483163. Grayscale: #C1C1C1. Windows color (decimal): -4731236 or 10276535. OLE color: 10276535.
HSL color Cylindrical-coordinate representation of color #B7CE9C: hue angle of 87.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CE9C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 156 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.19 |
| HSL | 87.6º | 0.34% | 0.71% | - |
| HSV(B) | 87.6º | 0.24% | 0.81% | - |
| XYZ | 47.6 | 56.61 | 39.87 | - |
| YUV | 193.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 156 | 0.11 | 0 | 0.24 | 0.19 | 87.6 | 0.34 | 0.71 |
| Hex | B7 | CE | 9C | B | 0 | 18 | 13 | 58 | 22 | 47 |
| Octal | 267 | 316 | 234 | 13 | 0 | 30 | 23 | 130 | 42 | 107 |
| Binary | 10110111 | 11001110 | 10011100 | 1011 | 0 | 11000 | 10011 | 1011000 | 100010 | 1000111 |
Color Harmonies of #B7CE9C
Complementary color
Monochromatic Colors of #B7CE9C
Black with #B7CE9C
Text Example
Text Example
White with #B7CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE9C; }
p { color: rgb(183,206,156); }
H1.HeaderClassName
{
color: #B7CE9C;
}
.AnyTagClassName
{
color: #B7CE9C;
}
</style>
background-color css
<style>
a { background-color: #B7CE9C; }
a { background-color: rgb(183,206,156); }
div.DivClassName
{
background-color: #B7CE9C;
}
.BgClassName
{
background-color: #B7CE9C;
}
</style>
border-color css
<style>
span { border-color: #B7CE9C; }
span { border-color: rgb(183,206,156); }
td.TdClassName
{
border-color: #B7CE9C;
}
.TagClassName
{
border-color: #B7CE9C;
}
</style>