Shades of Sprout #B3CE93
Tints of Sprout #B3CE93
RGB
CMYK
RGB Variations
Color information
#B3CE93 (or 0xB3CE93) is known color: Sprout. HEX triplet: B3, CE and 93. RGB value is (179,206,147). Sum of RGB (Red+Green+Blue) = 179+206+147=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE93 is #4C316C. Grayscale: #BFBFBF. Windows color (decimal): -4993389 or 9686707. OLE color: 9686707.
HSL color Cylindrical-coordinate representation of color #B3CE93: hue angle of 87.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3CE93 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 147 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.19 |
| HSL | 87.46º | 0.38% | 0.69% | - |
| HSV(B) | 87.46º | 0.29% | 0.81% | - |
| XYZ | 45.93 | 55.83 | 35.96 | - |
| YUV | 191.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 147 | 0.13 | 0 | 0.29 | 0.19 | 87.46 | 0.38 | 0.69 |
| Hex | B3 | CE | 93 | D | 0 | 1D | 13 | 57 | 26 | 45 |
| Octal | 263 | 316 | 223 | 15 | 0 | 35 | 23 | 127 | 46 | 105 |
| Binary | 10110011 | 11001110 | 10010011 | 1101 | 0 | 11101 | 10011 | 1010111 | 100110 | 1000101 |
Color Harmonies of #B3CE93
Complementary color
Monochromatic Colors of #B3CE93
Black with #B3CE93
Text Example
Text Example
White with #B3CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE93; }
p { color: rgb(179,206,147); }
H1.HeaderClassName
{
color: #B3CE93;
}
.AnyTagClassName
{
color: #B3CE93;
}
</style>
background-color css
<style>
a { background-color: #B3CE93; }
a { background-color: rgb(179,206,147); }
div.DivClassName
{
background-color: #B3CE93;
}
.BgClassName
{
background-color: #B3CE93;
}
</style>
border-color css
<style>
span { border-color: #B3CE93; }
span { border-color: rgb(179,206,147); }
td.TdClassName
{
border-color: #B3CE93;
}
.TagClassName
{
border-color: #B3CE93;
}
</style>