Shades of Sprout #B7CE9D
Tints of Sprout #B7CE9D
RGB
CMYK
RGB Variations
Color information
#B7CE9D (or 0xB7CE9D) is known color: Sprout. HEX triplet: B7, CE and 9D. RGB value is (183,206,157). Sum of RGB (Red+Green+Blue) = 183+206+157=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CE9D is #483162. Grayscale: #C1C1C1. Windows color (decimal): -4731235 or 10342071. OLE color: 10342071.
HSL color Cylindrical-coordinate representation of color #B7CE9D: hue angle of 88.16º degrees, saturation: 0.33, 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 #B7CE9D is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 157 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.19 |
| HSL | 88.16º | 0.33% | 0.71% | - |
| HSV(B) | 88.16º | 0.24% | 0.81% | - |
| XYZ | 47.69 | 56.64 | 40.32 | - |
| YUV | 193.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 157 | 0.11 | 0 | 0.24 | 0.19 | 88.16 | 0.33 | 0.71 |
| Hex | B7 | CE | 9D | B | 0 | 18 | 13 | 58 | 21 | 47 |
| Octal | 267 | 316 | 235 | 13 | 0 | 30 | 23 | 130 | 41 | 107 |
| Binary | 10110111 | 11001110 | 10011101 | 1011 | 0 | 11000 | 10011 | 1011000 | 100001 | 1000111 |
Color Harmonies of #B7CE9D
Complementary color
Monochromatic Colors of #B7CE9D
Black with #B7CE9D
Text Example
Text Example
White with #B7CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE9D; }
p { color: rgb(183,206,157); }
H1.HeaderClassName
{
color: #B7CE9D;
}
.AnyTagClassName
{
color: #B7CE9D;
}
</style>
background-color css
<style>
a { background-color: #B7CE9D; }
a { background-color: rgb(183,206,157); }
div.DivClassName
{
background-color: #B7CE9D;
}
.BgClassName
{
background-color: #B7CE9D;
}
</style>
border-color css
<style>
span { border-color: #B7CE9D; }
span { border-color: rgb(183,206,157); }
td.TdClassName
{
border-color: #B7CE9D;
}
.TagClassName
{
border-color: #B7CE9D;
}
</style>