Shades of Sprout #B5C89A
Tints of Sprout #B5C89A
RGB
CMYK
RGB Variations
Color information
#B5C89A (or 0xB5C89A) is known color: Sprout. HEX triplet: B5, C8 and 9A. RGB value is (181,200,154). Sum of RGB (Red+Green+Blue) = 181+200+154=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C89A is #4A3765. Grayscale: #BDBDBD. Windows color (decimal): -4863846 or 10143925. OLE color: 10143925.
HSL color Cylindrical-coordinate representation of color #B5C89A: hue angle of 84.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C89A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 154 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.22 |
| HSL | 84.78º | 0.29% | 0.69% | - |
| HSV(B) | 84.78º | 0.23% | 0.78% | - |
| XYZ | 45.54 | 53.47 | 38.49 | - |
| YUV | 189.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 154 | 0.09 | 0 | 0.23 | 0.22 | 84.78 | 0.29 | 0.69 |
| Hex | B5 | C8 | 9A | 9 | 0 | 17 | 16 | 55 | 1D | 45 |
| Octal | 265 | 310 | 232 | 11 | 0 | 27 | 26 | 125 | 35 | 105 |
| Binary | 10110101 | 11001000 | 10011010 | 1001 | 0 | 10111 | 10110 | 1010101 | 11101 | 1000101 |
Color Harmonies of #B5C89A
Complementary color
Monochromatic Colors of #B5C89A
Black with #B5C89A
Text Example
Text Example
White with #B5C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C89A; }
p { color: rgb(181,200,154); }
H1.HeaderClassName
{
color: #B5C89A;
}
.AnyTagClassName
{
color: #B5C89A;
}
</style>
background-color css
<style>
a { background-color: #B5C89A; }
a { background-color: rgb(181,200,154); }
div.DivClassName
{
background-color: #B5C89A;
}
.BgClassName
{
background-color: #B5C89A;
}
</style>
border-color css
<style>
span { border-color: #B5C89A; }
span { border-color: rgb(181,200,154); }
td.TdClassName
{
border-color: #B5C89A;
}
.TagClassName
{
border-color: #B5C89A;
}
</style>