Shades of Green Spring #B2BC94
Tints of Green Spring #B2BC94
RGB
CMYK
RGB Variations
Color information
#B2BC94 (or 0xB2BC94) is known color: Green Spring. HEX triplet: B2, BC and 94. RGB value is (178,188,148). Sum of RGB (Red+Green+Blue) = 178+188+148=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC94 is #4D436B. Grayscale: #B4B4B4. Windows color (decimal): -5063532 or 9747634. OLE color: 9747634.
HSL color Cylindrical-coordinate representation of color #B2BC94: hue angle of 75º 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 #B2BC94 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 148 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.26 |
| HSL | 75º | 0.23% | 0.66% | - |
| HSV(B) | 75º | 0.21% | 0.74% | - |
| XYZ | 41.69 | 47.57 | 35 | - |
| YUV | 180.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 148 | 0.05 | 0 | 0.21 | 0.26 | 75 | 0.23 | 0.66 |
| Hex | B2 | BC | 94 | 5 | 0 | 15 | 1A | 4B | 17 | 42 |
| Octal | 262 | 274 | 224 | 5 | 0 | 25 | 32 | 113 | 27 | 102 |
| Binary | 10110010 | 10111100 | 10010100 | 101 | 0 | 10101 | 11010 | 1001011 | 10111 | 1000010 |
Color Harmonies of #B2BC94
Complementary color
Monochromatic Colors of #B2BC94
Black with #B2BC94
Text Example
Text Example
White with #B2BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC94; }
p { color: rgb(178,188,148); }
H1.HeaderClassName
{
color: #B2BC94;
}
.AnyTagClassName
{
color: #B2BC94;
}
</style>
background-color css
<style>
a { background-color: #B2BC94; }
a { background-color: rgb(178,188,148); }
div.DivClassName
{
background-color: #B2BC94;
}
.BgClassName
{
background-color: #B2BC94;
}
</style>
border-color css
<style>
span { border-color: #B2BC94; }
span { border-color: rgb(178,188,148); }
td.TdClassName
{
border-color: #B2BC94;
}
.TagClassName
{
border-color: #B2BC94;
}
</style>