Shades of Green Spring #B3BB9A
Tints of Green Spring #B3BB9A
RGB
CMYK
RGB Variations
Color information
#B3BB9A (or 0xB3BB9A) is known color: Green Spring. HEX triplet: B3, BB and 9A. RGB value is (179,187,154). Sum of RGB (Red+Green+Blue) = 179+187+154=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB9A is #4C4465. Grayscale: #B4B4B4. Windows color (decimal): -4998246 or 10140595. OLE color: 10140595.
HSL color Cylindrical-coordinate representation of color #B3BB9A: hue angle of 74.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BB9A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 154 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.27 |
| HSL | 74.55º | 0.2% | 0.67% | - |
| HSV(B) | 74.55º | 0.18% | 0.73% | - |
| XYZ | 42.19 | 47.46 | 37.51 | - |
| YUV | 180.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 154 | 0.04 | 0 | 0.18 | 0.27 | 74.55 | 0.2 | 0.67 |
| Hex | B3 | BB | 9A | 4 | 0 | 12 | 1B | 4B | 14 | 43 |
| Octal | 263 | 273 | 232 | 4 | 0 | 22 | 33 | 113 | 24 | 103 |
| Binary | 10110011 | 10111011 | 10011010 | 100 | 0 | 10010 | 11011 | 1001011 | 10100 | 1000011 |
Color Harmonies of #B3BB9A
Complementary color
Monochromatic Colors of #B3BB9A
Black with #B3BB9A
Text Example
Text Example
White with #B3BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB9A; }
p { color: rgb(179,187,154); }
H1.HeaderClassName
{
color: #B3BB9A;
}
.AnyTagClassName
{
color: #B3BB9A;
}
</style>
background-color css
<style>
a { background-color: #B3BB9A; }
a { background-color: rgb(179,187,154); }
div.DivClassName
{
background-color: #B3BB9A;
}
.BgClassName
{
background-color: #B3BB9A;
}
</style>
border-color css
<style>
span { border-color: #B3BB9A; }
span { border-color: rgb(179,187,154); }
td.TdClassName
{
border-color: #B3BB9A;
}
.TagClassName
{
border-color: #B3BB9A;
}
</style>