Shades of Neutral Green #B5B17B
Tints of Neutral Green #B5B17B
RGB
CMYK
RGB Variations
Color information
#B5B17B (or 0xB5B17B) is known color: Neutral Green. HEX triplet: B5, B1 and 7B. RGB value is (181,177,123). Sum of RGB (Red+Green+Blue) = 181+177+123=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17B is #4A4E84. Grayscale: #ACACAC. Windows color (decimal): -4869765 or 8106421. OLE color: 8106421.
HSL color Cylindrical-coordinate representation of color #B5B17B: hue angle of 55.86º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B17B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 123 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.29 |
| HSL | 55.86º | 0.28% | 0.6% | - |
| HSV(B) | 55.86º | 0.32% | 0.71% | - |
| XYZ | 38.35 | 42.7 | 24.96 | - |
| YUV | 172.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 123 | 0 | 0.02 | 0.32 | 0.29 | 55.86 | 0.28 | 0.6 |
| Hex | B5 | B1 | 7B | 0 | 2 | 20 | 1D | 38 | 1C | 3C |
| Octal | 265 | 261 | 173 | 0 | 2 | 40 | 35 | 70 | 34 | 74 |
| Binary | 10110101 | 10110001 | 1111011 | 0 | 10 | 100000 | 11101 | 111000 | 11100 | 111100 |
Color Harmonies of #B5B17B
Complementary color
Monochromatic Colors of #B5B17B
Black with #B5B17B
Text Example
Text Example
White with #B5B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B17B; }
p { color: rgb(181,177,123); }
H1.HeaderClassName
{
color: #B5B17B;
}
.AnyTagClassName
{
color: #B5B17B;
}
</style>
background-color css
<style>
a { background-color: #B5B17B; }
a { background-color: rgb(181,177,123); }
div.DivClassName
{
background-color: #B5B17B;
}
.BgClassName
{
background-color: #B5B17B;
}
</style>
border-color css
<style>
span { border-color: #B5B17B; }
span { border-color: rgb(181,177,123); }
td.TdClassName
{
border-color: #B5B17B;
}
.TagClassName
{
border-color: #B5B17B;
}
</style>