Shades of Sprout #B5C39B
Tints of Sprout #B5C39B
RGB
CMYK
RGB Variations
Color information
#B5C39B (or 0xB5C39B) is known color: Sprout. HEX triplet: B5, C3 and 9B. RGB value is (181,195,155). Sum of RGB (Red+Green+Blue) = 181+195+155=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C39B is #4A3C64. Grayscale: #BABABA. Windows color (decimal): -4865125 or 10208181. OLE color: 10208181.
HSL color Cylindrical-coordinate representation of color #B5C39B: hue angle of 81º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C39B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 155 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.24 |
| HSL | 81º | 0.25% | 0.69% | - |
| HSV(B) | 81º | 0.21% | 0.76% | - |
| XYZ | 44.49 | 51.22 | 38.55 | - |
| YUV | 186.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 155 | 0.07 | 0 | 0.21 | 0.24 | 81 | 0.25 | 0.69 |
| Hex | B5 | C3 | 9B | 7 | 0 | 15 | 18 | 51 | 19 | 45 |
| Octal | 265 | 303 | 233 | 7 | 0 | 25 | 30 | 121 | 31 | 105 |
| Binary | 10110101 | 11000011 | 10011011 | 111 | 0 | 10101 | 11000 | 1010001 | 11001 | 1000101 |
Color Harmonies of #B5C39B
Complementary color
Monochromatic Colors of #B5C39B
Black with #B5C39B
Text Example
Text Example
White with #B5C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C39B; }
p { color: rgb(181,195,155); }
H1.HeaderClassName
{
color: #B5C39B;
}
.AnyTagClassName
{
color: #B5C39B;
}
</style>
background-color css
<style>
a { background-color: #B5C39B; }
a { background-color: rgb(181,195,155); }
div.DivClassName
{
background-color: #B5C39B;
}
.BgClassName
{
background-color: #B5C39B;
}
</style>
border-color css
<style>
span { border-color: #B5C39B; }
span { border-color: rgb(181,195,155); }
td.TdClassName
{
border-color: #B5C39B;
}
.TagClassName
{
border-color: #B5C39B;
}
</style>