Shades of Green Spring #B3BC9D
Tints of Green Spring #B3BC9D
RGB
CMYK
RGB Variations
Color information
#B3BC9D (or 0xB3BC9D) is known color: Green Spring. HEX triplet: B3, BC and 9D. RGB value is (179,188,157). Sum of RGB (Red+Green+Blue) = 179+188+157=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC9D is #4C4362. Grayscale: #B5B5B5. Windows color (decimal): -4997987 or 10337459. OLE color: 10337459.
HSL color Cylindrical-coordinate representation of color #B3BC9D: hue angle of 77.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3BC9D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 157 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.26 |
| HSL | 77.42º | 0.19% | 0.68% | - |
| HSV(B) | 77.42º | 0.16% | 0.74% | - |
| XYZ | 42.66 | 47.98 | 38.91 | - |
| YUV | 181.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 157 | 0.05 | 0 | 0.16 | 0.26 | 77.42 | 0.19 | 0.68 |
| Hex | B3 | BC | 9D | 5 | 0 | 10 | 1A | 4D | 13 | 44 |
| Octal | 263 | 274 | 235 | 5 | 0 | 20 | 32 | 115 | 23 | 104 |
| Binary | 10110011 | 10111100 | 10011101 | 101 | 0 | 10000 | 11010 | 1001101 | 10011 | 1000100 |
Color Harmonies of #B3BC9D
Complementary color
Monochromatic Colors of #B3BC9D
Black with #B3BC9D
Text Example
Text Example
White with #B3BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC9D; }
p { color: rgb(179,188,157); }
H1.HeaderClassName
{
color: #B3BC9D;
}
.AnyTagClassName
{
color: #B3BC9D;
}
</style>
background-color css
<style>
a { background-color: #B3BC9D; }
a { background-color: rgb(179,188,157); }
div.DivClassName
{
background-color: #B3BC9D;
}
.BgClassName
{
background-color: #B3BC9D;
}
</style>
border-color css
<style>
span { border-color: #B3BC9D; }
span { border-color: rgb(179,188,157); }
td.TdClassName
{
border-color: #B3BC9D;
}
.TagClassName
{
border-color: #B3BC9D;
}
</style>