Shades of Sprout #B5C39D
Tints of Sprout #B5C39D
RGB
CMYK
RGB Variations
Color information
#B5C39D (or 0xB5C39D) is known color: Sprout. HEX triplet: B5, C3 and 9D. RGB value is (181,195,157). Sum of RGB (Red+Green+Blue) = 181+195+157=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C39D is #4A3C62. Grayscale: #BABABA. Windows color (decimal): -4865123 or 10339253. OLE color: 10339253.
HSL color Cylindrical-coordinate representation of color #B5C39D: hue angle of 82.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5C39D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 157 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.24 |
| HSL | 82.11º | 0.24% | 0.69% | - |
| HSV(B) | 82.11º | 0.19% | 0.76% | - |
| XYZ | 44.66 | 51.29 | 39.44 | - |
| YUV | 186.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 157 | 0.07 | 0 | 0.19 | 0.24 | 82.11 | 0.24 | 0.69 |
| Hex | B5 | C3 | 9D | 7 | 0 | 13 | 18 | 52 | 18 | 45 |
| Octal | 265 | 303 | 235 | 7 | 0 | 23 | 30 | 122 | 30 | 105 |
| Binary | 10110101 | 11000011 | 10011101 | 111 | 0 | 10011 | 11000 | 1010010 | 11000 | 1000101 |
Color Harmonies of #B5C39D
Complementary color
Monochromatic Colors of #B5C39D
Black with #B5C39D
Text Example
Text Example
White with #B5C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C39D; }
p { color: rgb(181,195,157); }
H1.HeaderClassName
{
color: #B5C39D;
}
.AnyTagClassName
{
color: #B5C39D;
}
</style>
background-color css
<style>
a { background-color: #B5C39D; }
a { background-color: rgb(181,195,157); }
div.DivClassName
{
background-color: #B5C39D;
}
.BgClassName
{
background-color: #B5C39D;
}
</style>
border-color css
<style>
span { border-color: #B5C39D; }
span { border-color: rgb(181,195,157); }
td.TdClassName
{
border-color: #B5C39D;
}
.TagClassName
{
border-color: #B5C39D;
}
</style>