Shades of Neutral Green #B5B07A
Tints of Neutral Green #B5B07A
RGB
CMYK
RGB Variations
Color information
#B5B07A (or 0xB5B07A) is known color: Neutral Green. HEX triplet: B5, B0 and 7A. RGB value is (181,176,122). Sum of RGB (Red+Green+Blue) = 181+176+122=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B07A is #4A4F85. Grayscale: #ABABAB. Windows color (decimal): -4870022 or 8040629. OLE color: 8040629.
HSL color Cylindrical-coordinate representation of color #B5B07A: hue angle of 54.92º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5B07A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 122 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.29 |
| HSL | 54.92º | 0.29% | 0.59% | - |
| HSV(B) | 54.92º | 0.33% | 0.71% | - |
| XYZ | 38.09 | 42.28 | 24.57 | - |
| YUV | 171.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 122 | 0 | 0.03 | 0.33 | 0.29 | 54.92 | 0.29 | 0.59 |
| Hex | B5 | B0 | 7A | 0 | 3 | 21 | 1D | 37 | 1D | 3B |
| Octal | 265 | 260 | 172 | 0 | 3 | 41 | 35 | 67 | 35 | 73 |
| Binary | 10110101 | 10110000 | 1111010 | 0 | 11 | 100001 | 11101 | 110111 | 11101 | 111011 |
Color Harmonies of #B5B07A
Complementary color
Monochromatic Colors of #B5B07A
Black with #B5B07A
Text Example
Text Example
White with #B5B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B07A; }
p { color: rgb(181,176,122); }
H1.HeaderClassName
{
color: #B5B07A;
}
.AnyTagClassName
{
color: #B5B07A;
}
</style>
background-color css
<style>
a { background-color: #B5B07A; }
a { background-color: rgb(181,176,122); }
div.DivClassName
{
background-color: #B5B07A;
}
.BgClassName
{
background-color: #B5B07A;
}
</style>
border-color css
<style>
span { border-color: #B5B07A; }
span { border-color: rgb(181,176,122); }
td.TdClassName
{
border-color: #B5B07A;
}
.TagClassName
{
border-color: #B5B07A;
}
</style>