Shades of Sprout #B5CE9C
Tints of Sprout #B5CE9C
RGB
CMYK
RGB Variations
Color information
#B5CE9C (or 0xB5CE9C) is known color: Sprout. HEX triplet: B5, CE and 9C. RGB value is (181,206,156). Sum of RGB (Red+Green+Blue) = 181+206+156=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE9C is #4A3163. Grayscale: #C0C0C0. Windows color (decimal): -4862308 or 10276533. OLE color: 10276533.
HSL color Cylindrical-coordinate representation of color #B5CE9C: hue angle of 90º 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 #B5CE9C is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 156 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.19 |
| HSL | 90º | 0.34% | 0.71% | - |
| HSV(B) | 90º | 0.24% | 0.81% | - |
| XYZ | 47.13 | 56.37 | 39.85 | - |
| YUV | 192.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 156 | 0.12 | 0 | 0.24 | 0.19 | 90 | 0.34 | 0.71 |
| Hex | B5 | CE | 9C | C | 0 | 18 | 13 | 5A | 22 | 47 |
| Octal | 265 | 316 | 234 | 14 | 0 | 30 | 23 | 132 | 42 | 107 |
| Binary | 10110101 | 11001110 | 10011100 | 1100 | 0 | 11000 | 10011 | 1011010 | 100010 | 1000111 |
Color Harmonies of #B5CE9C
Complementary color
Monochromatic Colors of #B5CE9C
Black with #B5CE9C
Text Example
Text Example
White with #B5CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE9C; }
p { color: rgb(181,206,156); }
H1.HeaderClassName
{
color: #B5CE9C;
}
.AnyTagClassName
{
color: #B5CE9C;
}
</style>
background-color css
<style>
a { background-color: #B5CE9C; }
a { background-color: rgb(181,206,156); }
div.DivClassName
{
background-color: #B5CE9C;
}
.BgClassName
{
background-color: #B5CE9C;
}
</style>
border-color css
<style>
span { border-color: #B5CE9C; }
span { border-color: rgb(181,206,156); }
td.TdClassName
{
border-color: #B5CE9C;
}
.TagClassName
{
border-color: #B5CE9C;
}
</style>