Shades of Neutral Green #B2A67C
Tints of Neutral Green #B2A67C
RGB
CMYK
RGB Variations
Color information
#B2A67C (or 0xB2A67C) is known color: Neutral Green. HEX triplet: B2, A6 and 7C. RGB value is (178,166,124). Sum of RGB (Red+Green+Blue) = 178+166+124=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A67C is #4D5983. Grayscale: #A4A4A4. Windows color (decimal): -5069188 or 8169138. OLE color: 8169138.
HSL color Cylindrical-coordinate representation of color #B2A67C: hue angle of 46.67º 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 #B2A67C is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 124 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.30 |
| HSL | 46.67º | 0.26% | 0.59% | - |
| HSV(B) | 46.67º | 0.3% | 0.7% | - |
| XYZ | 35.63 | 38.19 | 24.56 | - |
| YUV | 164.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 124 | 0 | 0.07 | 0.30 | 0.30 | 46.67 | 0.26 | 0.59 |
| Hex | B2 | A6 | 7C | 0 | 7 | 1E | 1E | 2F | 1A | 3B |
| Octal | 262 | 246 | 174 | 0 | 7 | 36 | 36 | 57 | 32 | 73 |
| Binary | 10110010 | 10100110 | 1111100 | 0 | 111 | 11110 | 11110 | 101111 | 11010 | 111011 |
Color Harmonies of #B2A67C
Complementary color
Monochromatic Colors of #B2A67C
Black with #B2A67C
Text Example
Text Example
White with #B2A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A67C; }
p { color: rgb(178,166,124); }
H1.HeaderClassName
{
color: #B2A67C;
}
.AnyTagClassName
{
color: #B2A67C;
}
</style>
background-color css
<style>
a { background-color: #B2A67C; }
a { background-color: rgb(178,166,124); }
div.DivClassName
{
background-color: #B2A67C;
}
.BgClassName
{
background-color: #B2A67C;
}
</style>
border-color css
<style>
span { border-color: #B2A67C; }
span { border-color: rgb(178,166,124); }
td.TdClassName
{
border-color: #B2A67C;
}
.TagClassName
{
border-color: #B2A67C;
}
</style>