Shades of Sprout #B7CE8F
Tints of Sprout #B7CE8F
RGB
CMYK
RGB Variations
Color information
#B7CE8F (or 0xB7CE8F) is known color: Sprout. HEX triplet: B7, CE and 8F. RGB value is (183,206,143). Sum of RGB (Red+Green+Blue) = 183+206+143=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CE8F is #483170. Grayscale: #C0C0C0. Windows color (decimal): -4731249 or 9424567. OLE color: 9424567.
HSL color Cylindrical-coordinate representation of color #B7CE8F: hue angle of 81.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7CE8F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 143 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.19 |
| HSL | 81.9º | 0.39% | 0.68% | - |
| HSV(B) | 81.9º | 0.31% | 0.81% | - |
| XYZ | 46.56 | 56.19 | 34.38 | - |
| YUV | 191.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 143 | 0.11 | 0 | 0.31 | 0.19 | 81.9 | 0.39 | 0.68 |
| Hex | B7 | CE | 8F | B | 0 | 1F | 13 | 52 | 27 | 44 |
| Octal | 267 | 316 | 217 | 13 | 0 | 37 | 23 | 122 | 47 | 104 |
| Binary | 10110111 | 11001110 | 10001111 | 1011 | 0 | 11111 | 10011 | 1010010 | 100111 | 1000100 |
Color Harmonies of #B7CE8F
Complementary color
Monochromatic Colors of #B7CE8F
Black with #B7CE8F
Text Example
Text Example
White with #B7CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE8F; }
p { color: rgb(183,206,143); }
H1.HeaderClassName
{
color: #B7CE8F;
}
.AnyTagClassName
{
color: #B7CE8F;
}
</style>
background-color css
<style>
a { background-color: #B7CE8F; }
a { background-color: rgb(183,206,143); }
div.DivClassName
{
background-color: #B7CE8F;
}
.BgClassName
{
background-color: #B7CE8F;
}
</style>
border-color css
<style>
span { border-color: #B7CE8F; }
span { border-color: rgb(183,206,143); }
td.TdClassName
{
border-color: #B7CE8F;
}
.TagClassName
{
border-color: #B7CE8F;
}
</style>