Shades of Neutral Green #B2A67D
Tints of Neutral Green #B2A67D
RGB
CMYK
RGB Variations
Color information
#B2A67D (or 0xB2A67D) is known color: Neutral Green. HEX triplet: B2, A6 and 7D. RGB value is (178,166,125). Sum of RGB (Red+Green+Blue) = 178+166+125=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A67D is #4D5982. Grayscale: #A5A5A5. Windows color (decimal): -5069187 or 8234674. OLE color: 8234674.
HSL color Cylindrical-coordinate representation of color #B2A67D: hue angle of 46.42º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2A67D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 125 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.30 |
| HSL | 46.42º | 0.26% | 0.59% | - |
| HSV(B) | 46.42º | 0.3% | 0.7% | - |
| XYZ | 35.7 | 38.22 | 24.9 | - |
| YUV | 164.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 125 | 0 | 0.07 | 0.30 | 0.30 | 46.42 | 0.26 | 0.59 |
| Hex | B2 | A6 | 7D | 0 | 7 | 1E | 1E | 2E | 1A | 3B |
| Octal | 262 | 246 | 175 | 0 | 7 | 36 | 36 | 56 | 32 | 73 |
| Binary | 10110010 | 10100110 | 1111101 | 0 | 111 | 11110 | 11110 | 101110 | 11010 | 111011 |
Color Harmonies of #B2A67D
Complementary color
Monochromatic Colors of #B2A67D
Black with #B2A67D
Text Example
Text Example
White with #B2A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A67D; }
p { color: rgb(178,166,125); }
H1.HeaderClassName
{
color: #B2A67D;
}
.AnyTagClassName
{
color: #B2A67D;
}
</style>
background-color css
<style>
a { background-color: #B2A67D; }
a { background-color: rgb(178,166,125); }
div.DivClassName
{
background-color: #B2A67D;
}
.BgClassName
{
background-color: #B2A67D;
}
</style>
border-color css
<style>
span { border-color: #B2A67D; }
span { border-color: rgb(178,166,125); }
td.TdClassName
{
border-color: #B2A67D;
}
.TagClassName
{
border-color: #B2A67D;
}
</style>