Shades of Green Spring #B3BAA2
Tints of Green Spring #B3BAA2
RGB
CMYK
RGB Variations
Color information
#B3BAA2 (or 0xB3BAA2) is known color: Green Spring. HEX triplet: B3, BA and A2. RGB value is (179,186,162). Sum of RGB (Red+Green+Blue) = 179+186+162=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA2 is #4C455D. Grayscale: #B5B5B5. Windows color (decimal): -4998494 or 10664627. OLE color: 10664627.
HSL color Cylindrical-coordinate representation of color #B3BAA2: hue angle of 77.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3BAA2 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 162 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.27 |
| HSL | 77.5º | 0.15% | 0.68% | - |
| HSV(B) | 77.5º | 0.13% | 0.73% | - |
| XYZ | 42.67 | 47.31 | 41.07 | - |
| YUV | 181.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 162 | 0.04 | 0 | 0.13 | 0.27 | 77.5 | 0.15 | 0.68 |
| Hex | B3 | BA | A2 | 4 | 0 | D | 1B | 4E | F | 44 |
| Octal | 263 | 272 | 242 | 4 | 0 | 15 | 33 | 116 | 17 | 104 |
| Binary | 10110011 | 10111010 | 10100010 | 100 | 0 | 1101 | 11011 | 1001110 | 1111 | 1000100 |
Color Harmonies of #B3BAA2
Complementary color
Monochromatic Colors of #B3BAA2
Black with #B3BAA2
Text Example
Text Example
White with #B3BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAA2; }
p { color: rgb(179,186,162); }
H1.HeaderClassName
{
color: #B3BAA2;
}
.AnyTagClassName
{
color: #B3BAA2;
}
</style>
background-color css
<style>
a { background-color: #B3BAA2; }
a { background-color: rgb(179,186,162); }
div.DivClassName
{
background-color: #B3BAA2;
}
.BgClassName
{
background-color: #B3BAA2;
}
</style>
border-color css
<style>
span { border-color: #B3BAA2; }
span { border-color: rgb(179,186,162); }
td.TdClassName
{
border-color: #B3BAA2;
}
.TagClassName
{
border-color: #B3BAA2;
}
</style>