Shades of Green Spring #B3BC9C
Tints of Green Spring #B3BC9C
RGB
CMYK
RGB Variations
Color information
#B3BC9C (or 0xB3BC9C) is known color: Green Spring. HEX triplet: B3, BC and 9C. RGB value is (179,188,156). Sum of RGB (Red+Green+Blue) = 179+188+156=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC9C is #4C4363. Grayscale: #B5B5B5. Windows color (decimal): -4997988 or 10271923. OLE color: 10271923.
HSL color Cylindrical-coordinate representation of color #B3BC9C: hue angle of 76.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3BC9C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 156 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.26 |
| HSL | 76.88º | 0.19% | 0.67% | - |
| HSV(B) | 76.88º | 0.17% | 0.74% | - |
| XYZ | 42.57 | 47.95 | 38.46 | - |
| YUV | 181.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 156 | 0.05 | 0 | 0.17 | 0.26 | 76.88 | 0.19 | 0.67 |
| Hex | B3 | BC | 9C | 5 | 0 | 11 | 1A | 4D | 13 | 43 |
| Octal | 263 | 274 | 234 | 5 | 0 | 21 | 32 | 115 | 23 | 103 |
| Binary | 10110011 | 10111100 | 10011100 | 101 | 0 | 10001 | 11010 | 1001101 | 10011 | 1000011 |
Color Harmonies of #B3BC9C
Complementary color
Monochromatic Colors of #B3BC9C
Black with #B3BC9C
Text Example
Text Example
White with #B3BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC9C; }
p { color: rgb(179,188,156); }
H1.HeaderClassName
{
color: #B3BC9C;
}
.AnyTagClassName
{
color: #B3BC9C;
}
</style>
background-color css
<style>
a { background-color: #B3BC9C; }
a { background-color: rgb(179,188,156); }
div.DivClassName
{
background-color: #B3BC9C;
}
.BgClassName
{
background-color: #B3BC9C;
}
</style>
border-color css
<style>
span { border-color: #B3BC9C; }
span { border-color: rgb(179,188,156); }
td.TdClassName
{
border-color: #B3BC9C;
}
.TagClassName
{
border-color: #B3BC9C;
}
</style>