Shades of Sprout #B5C89C
Tints of Sprout #B5C89C
RGB
CMYK
RGB Variations
Color information
#B5C89C (or 0xB5C89C) is known color: Sprout. HEX triplet: B5, C8 and 9C. RGB value is (181,200,156). Sum of RGB (Red+Green+Blue) = 181+200+156=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C89C is #4A3763. Grayscale: #BDBDBD. Windows color (decimal): -4863844 or 10274997. OLE color: 10274997.
HSL color Cylindrical-coordinate representation of color #B5C89C: hue angle of 85.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C89C is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 156 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.22 |
| HSL | 85.91º | 0.29% | 0.7% | - |
| HSV(B) | 85.91º | 0.22% | 0.78% | - |
| XYZ | 45.71 | 53.53 | 39.38 | - |
| YUV | 189.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 156 | 0.09 | 0 | 0.22 | 0.22 | 85.91 | 0.29 | 0.7 |
| Hex | B5 | C8 | 9C | 9 | 0 | 16 | 16 | 56 | 1D | 46 |
| Octal | 265 | 310 | 234 | 11 | 0 | 26 | 26 | 126 | 35 | 106 |
| Binary | 10110101 | 11001000 | 10011100 | 1001 | 0 | 10110 | 10110 | 1010110 | 11101 | 1000110 |
Color Harmonies of #B5C89C
Complementary color
Monochromatic Colors of #B5C89C
Black with #B5C89C
Text Example
Text Example
White with #B5C89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C89C; }
p { color: rgb(181,200,156); }
H1.HeaderClassName
{
color: #B5C89C;
}
.AnyTagClassName
{
color: #B5C89C;
}
</style>
background-color css
<style>
a { background-color: #B5C89C; }
a { background-color: rgb(181,200,156); }
div.DivClassName
{
background-color: #B5C89C;
}
.BgClassName
{
background-color: #B5C89C;
}
</style>
border-color css
<style>
span { border-color: #B5C89C; }
span { border-color: rgb(181,200,156); }
td.TdClassName
{
border-color: #B5C89C;
}
.TagClassName
{
border-color: #B5C89C;
}
</style>