Shades of Sprout #B3BDA0
Tints of Sprout #B3BDA0
RGB
CMYK
RGB Variations
Color information
#B3BDA0 (or 0xB3BDA0) is known color: Sprout. HEX triplet: B3, BD and A0. RGB value is (179,189,160). Sum of RGB (Red+Green+Blue) = 179+189+160=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDA0 is #4C425F. Grayscale: #B6B6B6. Windows color (decimal): -4997728 or 10534323. OLE color: 10534323.
HSL color Cylindrical-coordinate representation of color #B3BDA0: hue angle of 80.69º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3BDA0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 160 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.26 |
| HSL | 80.69º | 0.18% | 0.68% | - |
| HSV(B) | 80.69º | 0.15% | 0.74% | - |
| XYZ | 43.13 | 48.52 | 40.35 | - |
| YUV | 182.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 160 | 0.05 | 0 | 0.15 | 0.26 | 80.69 | 0.18 | 0.68 |
| Hex | B3 | BD | A0 | 5 | 0 | F | 1A | 51 | 12 | 44 |
| Octal | 263 | 275 | 240 | 5 | 0 | 17 | 32 | 121 | 22 | 104 |
| Binary | 10110011 | 10111101 | 10100000 | 101 | 0 | 1111 | 11010 | 1010001 | 10010 | 1000100 |
Color Harmonies of #B3BDA0
Complementary color
Monochromatic Colors of #B3BDA0
Black with #B3BDA0
Text Example
Text Example
White with #B3BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDA0; }
p { color: rgb(179,189,160); }
H1.HeaderClassName
{
color: #B3BDA0;
}
.AnyTagClassName
{
color: #B3BDA0;
}
</style>
background-color css
<style>
a { background-color: #B3BDA0; }
a { background-color: rgb(179,189,160); }
div.DivClassName
{
background-color: #B3BDA0;
}
.BgClassName
{
background-color: #B3BDA0;
}
</style>
border-color css
<style>
span { border-color: #B3BDA0; }
span { border-color: rgb(179,189,160); }
td.TdClassName
{
border-color: #B3BDA0;
}
.TagClassName
{
border-color: #B3BDA0;
}
</style>