Shades of Green Spring #B3BB94
Tints of Green Spring #B3BB94
RGB
CMYK
RGB Variations
Color information
#B3BB94 (or 0xB3BB94) is known color: Green Spring. HEX triplet: B3, BB and 94. RGB value is (179,187,148). Sum of RGB (Red+Green+Blue) = 179+187+148=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB94 is #4C446B. Grayscale: #B4B4B4. Windows color (decimal): -4998252 or 9747379. OLE color: 9747379.
HSL color Cylindrical-coordinate representation of color #B3BB94: hue angle of 72.31º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3BB94 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 148 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.27 |
| HSL | 72.31º | 0.22% | 0.66% | - |
| HSV(B) | 72.31º | 0.21% | 0.73% | - |
| XYZ | 41.71 | 47.26 | 34.94 | - |
| YUV | 180.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 148 | 0.04 | 0 | 0.21 | 0.27 | 72.31 | 0.22 | 0.66 |
| Hex | B3 | BB | 94 | 4 | 0 | 15 | 1B | 48 | 16 | 42 |
| Octal | 263 | 273 | 224 | 4 | 0 | 25 | 33 | 110 | 26 | 102 |
| Binary | 10110011 | 10111011 | 10010100 | 100 | 0 | 10101 | 11011 | 1001000 | 10110 | 1000010 |
Color Harmonies of #B3BB94
Complementary color
Monochromatic Colors of #B3BB94
Black with #B3BB94
Text Example
Text Example
White with #B3BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB94; }
p { color: rgb(179,187,148); }
H1.HeaderClassName
{
color: #B3BB94;
}
.AnyTagClassName
{
color: #B3BB94;
}
</style>
background-color css
<style>
a { background-color: #B3BB94; }
a { background-color: rgb(179,187,148); }
div.DivClassName
{
background-color: #B3BB94;
}
.BgClassName
{
background-color: #B3BB94;
}
</style>
border-color css
<style>
span { border-color: #B3BB94; }
span { border-color: rgb(179,187,148); }
td.TdClassName
{
border-color: #B3BB94;
}
.TagClassName
{
border-color: #B3BB94;
}
</style>