Shades of Green Spring #B2BC95
Tints of Green Spring #B2BC95
RGB
CMYK
RGB Variations
Color information
#B2BC95 (or 0xB2BC95) is known color: Green Spring. HEX triplet: B2, BC and 95. RGB value is (178,188,149). Sum of RGB (Red+Green+Blue) = 178+188+149=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC95 is #4D436A. Grayscale: #B4B4B4. Windows color (decimal): -5063531 or 9813170. OLE color: 9813170.
HSL color Cylindrical-coordinate representation of color #B2BC95: hue angle of 75.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2BC95 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 149 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.26 |
| HSL | 75.38º | 0.23% | 0.66% | - |
| HSV(B) | 75.38º | 0.21% | 0.74% | - |
| XYZ | 41.77 | 47.6 | 35.42 | - |
| YUV | 180.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 149 | 0.05 | 0 | 0.21 | 0.26 | 75.38 | 0.23 | 0.66 |
| Hex | B2 | BC | 95 | 5 | 0 | 15 | 1A | 4B | 17 | 42 |
| Octal | 262 | 274 | 225 | 5 | 0 | 25 | 32 | 113 | 27 | 102 |
| Binary | 10110010 | 10111100 | 10010101 | 101 | 0 | 10101 | 11010 | 1001011 | 10111 | 1000010 |
Color Harmonies of #B2BC95
Complementary color
Monochromatic Colors of #B2BC95
Black with #B2BC95
Text Example
Text Example
White with #B2BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC95; }
p { color: rgb(178,188,149); }
H1.HeaderClassName
{
color: #B2BC95;
}
.AnyTagClassName
{
color: #B2BC95;
}
</style>
background-color css
<style>
a { background-color: #B2BC95; }
a { background-color: rgb(178,188,149); }
div.DivClassName
{
background-color: #B2BC95;
}
.BgClassName
{
background-color: #B2BC95;
}
</style>
border-color css
<style>
span { border-color: #B2BC95; }
span { border-color: rgb(178,188,149); }
td.TdClassName
{
border-color: #B2BC95;
}
.TagClassName
{
border-color: #B2BC95;
}
</style>