Shades of Sprout #B3CE9C
Tints of Sprout #B3CE9C
RGB
CMYK
RGB Variations
Color information
#B3CE9C (or 0xB3CE9C) is known color: Sprout. HEX triplet: B3, CE and 9C. RGB value is (179,206,156). Sum of RGB (Red+Green+Blue) = 179+206+156=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE9C is #4C3163. Grayscale: #C0C0C0. Windows color (decimal): -4993380 or 10276531. OLE color: 10276531.
HSL color Cylindrical-coordinate representation of color #B3CE9C: hue angle of 92.4º 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 #B3CE9C is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 156 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.19 |
| HSL | 92.4º | 0.34% | 0.71% | - |
| HSV(B) | 92.4º | 0.24% | 0.81% | - |
| XYZ | 46.66 | 56.13 | 39.83 | - |
| YUV | 192.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 156 | 0.13 | 0 | 0.24 | 0.19 | 92.4 | 0.34 | 0.71 |
| Hex | B3 | CE | 9C | D | 0 | 18 | 13 | 5C | 22 | 47 |
| Octal | 263 | 316 | 234 | 15 | 0 | 30 | 23 | 134 | 42 | 107 |
| Binary | 10110011 | 11001110 | 10011100 | 1101 | 0 | 11000 | 10011 | 1011100 | 100010 | 1000111 |
Color Harmonies of #B3CE9C
Complementary color
Monochromatic Colors of #B3CE9C
Black with #B3CE9C
Text Example
Text Example
White with #B3CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE9C; }
p { color: rgb(179,206,156); }
H1.HeaderClassName
{
color: #B3CE9C;
}
.AnyTagClassName
{
color: #B3CE9C;
}
</style>
background-color css
<style>
a { background-color: #B3CE9C; }
a { background-color: rgb(179,206,156); }
div.DivClassName
{
background-color: #B3CE9C;
}
.BgClassName
{
background-color: #B3CE9C;
}
</style>
border-color css
<style>
span { border-color: #B3CE9C; }
span { border-color: rgb(179,206,156); }
td.TdClassName
{
border-color: #B3CE9C;
}
.TagClassName
{
border-color: #B3CE9C;
}
</style>