Shades of Sprout #B5CE9A
Tints of Sprout #B5CE9A
RGB
CMYK
RGB Variations
Color information
#B5CE9A (or 0xB5CE9A) is known color: Sprout. HEX triplet: B5, CE and 9A. RGB value is (181,206,154). Sum of RGB (Red+Green+Blue) = 181+206+154=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE9A is #4A3165. Grayscale: #C0C0C0. Windows color (decimal): -4862310 or 10145461. OLE color: 10145461.
HSL color Cylindrical-coordinate representation of color #B5CE9A: hue angle of 88.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5CE9A is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 154 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.19 |
| HSL | 88.85º | 0.35% | 0.71% | - |
| HSV(B) | 88.85º | 0.25% | 0.81% | - |
| XYZ | 46.96 | 56.3 | 38.96 | - |
| YUV | 192.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 154 | 0.12 | 0 | 0.25 | 0.19 | 88.85 | 0.35 | 0.71 |
| Hex | B5 | CE | 9A | C | 0 | 19 | 13 | 59 | 23 | 47 |
| Octal | 265 | 316 | 232 | 14 | 0 | 31 | 23 | 131 | 43 | 107 |
| Binary | 10110101 | 11001110 | 10011010 | 1100 | 0 | 11001 | 10011 | 1011001 | 100011 | 1000111 |
Color Harmonies of #B5CE9A
Complementary color
Monochromatic Colors of #B5CE9A
Black with #B5CE9A
Text Example
Text Example
White with #B5CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE9A; }
p { color: rgb(181,206,154); }
H1.HeaderClassName
{
color: #B5CE9A;
}
.AnyTagClassName
{
color: #B5CE9A;
}
</style>
background-color css
<style>
a { background-color: #B5CE9A; }
a { background-color: rgb(181,206,154); }
div.DivClassName
{
background-color: #B5CE9A;
}
.BgClassName
{
background-color: #B5CE9A;
}
</style>
border-color css
<style>
span { border-color: #B5CE9A; }
span { border-color: rgb(181,206,154); }
td.TdClassName
{
border-color: #B5CE9A;
}
.TagClassName
{
border-color: #B5CE9A;
}
</style>