Shades of Neutral Green #B2B07A
Tints of Neutral Green #B2B07A
RGB
CMYK
RGB Variations
Color information
#B2B07A (or 0xB2B07A) is known color: Neutral Green. HEX triplet: B2, B0 and 7A. RGB value is (178,176,122). Sum of RGB (Red+Green+Blue) = 178+176+122=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B07A is #4D4F85. Grayscale: #AAAAAA. Windows color (decimal): -5066630 or 8040626. OLE color: 8040626.
HSL color Cylindrical-coordinate representation of color #B2B07A: hue angle of 57.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2B07A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 122 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.30 |
| HSL | 57.86º | 0.27% | 0.59% | - |
| HSV(B) | 57.86º | 0.31% | 0.7% | - |
| XYZ | 37.4 | 41.92 | 24.53 | - |
| YUV | 170.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 122 | 0 | 0.01 | 0.31 | 0.30 | 57.86 | 0.27 | 0.59 |
| Hex | B2 | B0 | 7A | 0 | 1 | 1F | 1E | 3A | 1B | 3B |
| Octal | 262 | 260 | 172 | 0 | 1 | 37 | 36 | 72 | 33 | 73 |
| Binary | 10110010 | 10110000 | 1111010 | 0 | 1 | 11111 | 11110 | 111010 | 11011 | 111011 |
Color Harmonies of #B2B07A
Complementary color
Monochromatic Colors of #B2B07A
Black with #B2B07A
Text Example
Text Example
White with #B2B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B07A; }
p { color: rgb(178,176,122); }
H1.HeaderClassName
{
color: #B2B07A;
}
.AnyTagClassName
{
color: #B2B07A;
}
</style>
background-color css
<style>
a { background-color: #B2B07A; }
a { background-color: rgb(178,176,122); }
div.DivClassName
{
background-color: #B2B07A;
}
.BgClassName
{
background-color: #B2B07A;
}
</style>
border-color css
<style>
span { border-color: #B2B07A; }
span { border-color: rgb(178,176,122); }
td.TdClassName
{
border-color: #B2B07A;
}
.TagClassName
{
border-color: #B2B07A;
}
</style>