Shades of Green Spring #B2B69E
Tints of Green Spring #B2B69E
RGB
CMYK
RGB Variations
Color information
#B2B69E (or 0xB2B69E) is known color: Green Spring. HEX triplet: B2, B6 and 9E. RGB value is (178,182,158). Sum of RGB (Red+Green+Blue) = 178+182+158=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B69E is #4D4961. Grayscale: #B2B2B2. Windows color (decimal): -5065058 or 10401458. OLE color: 10401458.
HSL color Cylindrical-coordinate representation of color #B2B69E: hue angle of 70º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B69E is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 158 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.29 |
| HSL | 70º | 0.14% | 0.67% | - |
| HSV(B) | 70º | 0.13% | 0.71% | - |
| XYZ | 41.26 | 45.39 | 38.93 | - |
| YUV | 178.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 158 | 0.02 | 0 | 0.13 | 0.29 | 70 | 0.14 | 0.67 |
| Hex | B2 | B6 | 9E | 2 | 0 | D | 1D | 46 | E | 43 |
| Octal | 262 | 266 | 236 | 2 | 0 | 15 | 35 | 106 | 16 | 103 |
| Binary | 10110010 | 10110110 | 10011110 | 10 | 0 | 1101 | 11101 | 1000110 | 1110 | 1000011 |
Color Harmonies of #B2B69E
Complementary color
Monochromatic Colors of #B2B69E
Black with #B2B69E
Text Example
Text Example
White with #B2B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B69E; }
p { color: rgb(178,182,158); }
H1.HeaderClassName
{
color: #B2B69E;
}
.AnyTagClassName
{
color: #B2B69E;
}
</style>
background-color css
<style>
a { background-color: #B2B69E; }
a { background-color: rgb(178,182,158); }
div.DivClassName
{
background-color: #B2B69E;
}
.BgClassName
{
background-color: #B2B69E;
}
</style>
border-color css
<style>
span { border-color: #B2B69E; }
span { border-color: rgb(178,182,158); }
td.TdClassName
{
border-color: #B2B69E;
}
.TagClassName
{
border-color: #B2B69E;
}
</style>