Shades of Sprout #B3BD9D
Tints of Sprout #B3BD9D
RGB
CMYK
RGB Variations
Color information
#B3BD9D (or 0xB3BD9D) is known color: Sprout. HEX triplet: B3, BD and 9D. RGB value is (179,189,157). Sum of RGB (Red+Green+Blue) = 179+189+157=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9D is #4C4262. Grayscale: #B6B6B6. Windows color (decimal): -4997731 or 10337715. OLE color: 10337715.
HSL color Cylindrical-coordinate representation of color #B3BD9D: hue angle of 78.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3BD9D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 157 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.26 |
| HSL | 78.75º | 0.2% | 0.68% | - |
| HSV(B) | 78.75º | 0.17% | 0.74% | - |
| XYZ | 42.87 | 48.41 | 38.98 | - |
| YUV | 182.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 157 | 0.05 | 0 | 0.17 | 0.26 | 78.75 | 0.2 | 0.68 |
| Hex | B3 | BD | 9D | 5 | 0 | 11 | 1A | 4F | 14 | 44 |
| Octal | 263 | 275 | 235 | 5 | 0 | 21 | 32 | 117 | 24 | 104 |
| Binary | 10110011 | 10111101 | 10011101 | 101 | 0 | 10001 | 11010 | 1001111 | 10100 | 1000100 |
Color Harmonies of #B3BD9D
Complementary color
Monochromatic Colors of #B3BD9D
Black with #B3BD9D
Text Example
Text Example
White with #B3BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD9D; }
p { color: rgb(179,189,157); }
H1.HeaderClassName
{
color: #B3BD9D;
}
.AnyTagClassName
{
color: #B3BD9D;
}
</style>
background-color css
<style>
a { background-color: #B3BD9D; }
a { background-color: rgb(179,189,157); }
div.DivClassName
{
background-color: #B3BD9D;
}
.BgClassName
{
background-color: #B3BD9D;
}
</style>
border-color css
<style>
span { border-color: #B3BD9D; }
span { border-color: rgb(179,189,157); }
td.TdClassName
{
border-color: #B3BD9D;
}
.TagClassName
{
border-color: #B3BD9D;
}
</style>