Shades of Neutral Green #B0A67D
Tints of Neutral Green #B0A67D
RGB
CMYK
RGB Variations
Color information
#B0A67D (or 0xB0A67D) is known color: Neutral Green. HEX triplet: B0, A6 and 7D. RGB value is (176,166,125). Sum of RGB (Red+Green+Blue) = 176+166+125=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A67D is #4F5982. Grayscale: #A4A4A4. Windows color (decimal): -5200259 or 8234672. OLE color: 8234672.
HSL color Cylindrical-coordinate representation of color #B0A67D: hue angle of 48.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A67D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 125 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.31 |
| HSL | 48.24º | 0.24% | 0.59% | - |
| HSV(B) | 48.24º | 0.29% | 0.69% | - |
| XYZ | 35.24 | 37.98 | 24.88 | - |
| YUV | 164.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 125 | 0 | 0.06 | 0.29 | 0.31 | 48.24 | 0.24 | 0.59 |
| Hex | B0 | A6 | 7D | 0 | 6 | 1D | 1F | 30 | 18 | 3B |
| Octal | 260 | 246 | 175 | 0 | 6 | 35 | 37 | 60 | 30 | 73 |
| Binary | 10110000 | 10100110 | 1111101 | 0 | 110 | 11101 | 11111 | 110000 | 11000 | 111011 |
Color Harmonies of #B0A67D
Complementary color
Monochromatic Colors of #B0A67D
Black with #B0A67D
Text Example
Text Example
White with #B0A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A67D; }
p { color: rgb(176,166,125); }
H1.HeaderClassName
{
color: #B0A67D;
}
.AnyTagClassName
{
color: #B0A67D;
}
</style>
background-color css
<style>
a { background-color: #B0A67D; }
a { background-color: rgb(176,166,125); }
div.DivClassName
{
background-color: #B0A67D;
}
.BgClassName
{
background-color: #B0A67D;
}
</style>
border-color css
<style>
span { border-color: #B0A67D; }
span { border-color: rgb(176,166,125); }
td.TdClassName
{
border-color: #B0A67D;
}
.TagClassName
{
border-color: #B0A67D;
}
</style>