Shades of Green Spring #B3BE94
Tints of Green Spring #B3BE94
RGB
CMYK
RGB Variations
Color information
#B3BE94 (or 0xB3BE94) is known color: Green Spring. HEX triplet: B3, BE and 94. RGB value is (179,190,148). Sum of RGB (Red+Green+Blue) = 179+190+148=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE94 is #4C416B. Grayscale: #B6B6B6. Windows color (decimal): -4997484 or 9748147. OLE color: 9748147.
HSL color Cylindrical-coordinate representation of color #B3BE94: hue angle of 75.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BE94 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 148 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.25 |
| HSL | 75.71º | 0.24% | 0.66% | - |
| HSV(B) | 75.71º | 0.22% | 0.75% | - |
| XYZ | 42.35 | 48.55 | 35.16 | - |
| YUV | 181.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 148 | 0.06 | 0 | 0.22 | 0.25 | 75.71 | 0.24 | 0.66 |
| Hex | B3 | BE | 94 | 6 | 0 | 16 | 19 | 4C | 18 | 42 |
| Octal | 263 | 276 | 224 | 6 | 0 | 26 | 31 | 114 | 30 | 102 |
| Binary | 10110011 | 10111110 | 10010100 | 110 | 0 | 10110 | 11001 | 1001100 | 11000 | 1000010 |
Color Harmonies of #B3BE94
Complementary color
Monochromatic Colors of #B3BE94
Black with #B3BE94
Text Example
Text Example
White with #B3BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BE94; }
p { color: rgb(179,190,148); }
H1.HeaderClassName
{
color: #B3BE94;
}
.AnyTagClassName
{
color: #B3BE94;
}
</style>
background-color css
<style>
a { background-color: #B3BE94; }
a { background-color: rgb(179,190,148); }
div.DivClassName
{
background-color: #B3BE94;
}
.BgClassName
{
background-color: #B3BE94;
}
</style>
border-color css
<style>
span { border-color: #B3BE94; }
span { border-color: rgb(179,190,148); }
td.TdClassName
{
border-color: #B3BE94;
}
.TagClassName
{
border-color: #B3BE94;
}
</style>