Shades of Green Spring #B2B69B
Tints of Green Spring #B2B69B
RGB
CMYK
RGB Variations
Color information
#B2B69B (or 0xB2B69B) is known color: Green Spring. HEX triplet: B2, B6 and 9B. RGB value is (178,182,155). Sum of RGB (Red+Green+Blue) = 178+182+155=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B69B is #4D4964. Grayscale: #B1B1B1. Windows color (decimal): -5065061 or 10204850. OLE color: 10204850.
HSL color Cylindrical-coordinate representation of color #B2B69B: hue angle of 68.89º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B69B is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 155 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.29 |
| HSL | 68.89º | 0.16% | 0.66% | - |
| HSV(B) | 68.89º | 0.15% | 0.71% | - |
| XYZ | 41 | 45.29 | 37.59 | - |
| YUV | 177.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 155 | 0.02 | 0 | 0.15 | 0.29 | 68.89 | 0.16 | 0.66 |
| Hex | B2 | B6 | 9B | 2 | 0 | F | 1D | 45 | 10 | 42 |
| Octal | 262 | 266 | 233 | 2 | 0 | 17 | 35 | 105 | 20 | 102 |
| Binary | 10110010 | 10110110 | 10011011 | 10 | 0 | 1111 | 11101 | 1000101 | 10000 | 1000010 |
Color Harmonies of #B2B69B
Complementary color
Monochromatic Colors of #B2B69B
Black with #B2B69B
Text Example
Text Example
White with #B2B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B69B; }
p { color: rgb(178,182,155); }
H1.HeaderClassName
{
color: #B2B69B;
}
.AnyTagClassName
{
color: #B2B69B;
}
</style>
background-color css
<style>
a { background-color: #B2B69B; }
a { background-color: rgb(178,182,155); }
div.DivClassName
{
background-color: #B2B69B;
}
.BgClassName
{
background-color: #B2B69B;
}
</style>
border-color css
<style>
span { border-color: #B2B69B; }
span { border-color: rgb(178,182,155); }
td.TdClassName
{
border-color: #B2B69B;
}
.TagClassName
{
border-color: #B2B69B;
}
</style>