Shades of Sprout #B5CE98
Tints of Sprout #B5CE98
RGB
CMYK
RGB Variations
Color information
#B5CE98 (or 0xB5CE98) is known color: Sprout. HEX triplet: B5, CE and 98. RGB value is (181,206,152). Sum of RGB (Red+Green+Blue) = 181+206+152=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE98 is #4A3167. Grayscale: #C0C0C0. Windows color (decimal): -4862312 or 10014389. OLE color: 10014389.
HSL color Cylindrical-coordinate representation of color #B5CE98: hue angle of 87.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CE98 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 152 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.19 |
| HSL | 87.78º | 0.36% | 0.7% | - |
| HSV(B) | 87.78º | 0.26% | 0.81% | - |
| XYZ | 46.79 | 56.23 | 38.09 | - |
| YUV | 192.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 152 | 0.12 | 0 | 0.26 | 0.19 | 87.78 | 0.36 | 0.7 |
| Hex | B5 | CE | 98 | C | 0 | 1A | 13 | 58 | 24 | 46 |
| Octal | 265 | 316 | 230 | 14 | 0 | 32 | 23 | 130 | 44 | 106 |
| Binary | 10110101 | 11001110 | 10011000 | 1100 | 0 | 11010 | 10011 | 1011000 | 100100 | 1000110 |
Color Harmonies of #B5CE98
Complementary color
Monochromatic Colors of #B5CE98
Black with #B5CE98
Text Example
Text Example
White with #B5CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE98; }
p { color: rgb(181,206,152); }
H1.HeaderClassName
{
color: #B5CE98;
}
.AnyTagClassName
{
color: #B5CE98;
}
</style>
background-color css
<style>
a { background-color: #B5CE98; }
a { background-color: rgb(181,206,152); }
div.DivClassName
{
background-color: #B5CE98;
}
.BgClassName
{
background-color: #B5CE98;
}
</style>
border-color css
<style>
span { border-color: #B5CE98; }
span { border-color: rgb(181,206,152); }
td.TdClassName
{
border-color: #B5CE98;
}
.TagClassName
{
border-color: #B5CE98;
}
</style>