Shades of Sprout #B3BDA1
Tints of Sprout #B3BDA1
RGB
CMYK
RGB Variations
Color information
#B3BDA1 (or 0xB3BDA1) is known color: Sprout. HEX triplet: B3, BD and A1. RGB value is (179,189,161). Sum of RGB (Red+Green+Blue) = 179+189+161=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDA1 is #4C425E. Grayscale: #B6B6B6. Windows color (decimal): -4997727 or 10599859. OLE color: 10599859.
HSL color Cylindrical-coordinate representation of color #B3BDA1: hue angle of 81.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3BDA1 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 161 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.26 |
| HSL | 81.43º | 0.18% | 0.69% | - |
| HSV(B) | 81.43º | 0.15% | 0.74% | - |
| XYZ | 43.22 | 48.55 | 40.81 | - |
| YUV | 182.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 161 | 0.05 | 0 | 0.15 | 0.26 | 81.43 | 0.18 | 0.69 |
| Hex | B3 | BD | A1 | 5 | 0 | F | 1A | 51 | 12 | 45 |
| Octal | 263 | 275 | 241 | 5 | 0 | 17 | 32 | 121 | 22 | 105 |
| Binary | 10110011 | 10111101 | 10100001 | 101 | 0 | 1111 | 11010 | 1010001 | 10010 | 1000101 |
Color Harmonies of #B3BDA1
Complementary color
Monochromatic Colors of #B3BDA1
Black with #B3BDA1
Text Example
Text Example
White with #B3BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDA1; }
p { color: rgb(179,189,161); }
H1.HeaderClassName
{
color: #B3BDA1;
}
.AnyTagClassName
{
color: #B3BDA1;
}
</style>
background-color css
<style>
a { background-color: #B3BDA1; }
a { background-color: rgb(179,189,161); }
div.DivClassName
{
background-color: #B3BDA1;
}
.BgClassName
{
background-color: #B3BDA1;
}
</style>
border-color css
<style>
span { border-color: #B3BDA1; }
span { border-color: rgb(179,189,161); }
td.TdClassName
{
border-color: #B3BDA1;
}
.TagClassName
{
border-color: #B3BDA1;
}
</style>