Shades of Neutral Green #B4B07C
Tints of Neutral Green #B4B07C
RGB
CMYK
RGB Variations
Color information
#B4B07C (or 0xB4B07C) is known color: Neutral Green. HEX triplet: B4, B0 and 7C. RGB value is (180,176,124). Sum of RGB (Red+Green+Blue) = 180+176+124=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B07C is #4B4F83. Grayscale: #ABABAB. Windows color (decimal): -4935556 or 8171700. OLE color: 8171700.
HSL color Cylindrical-coordinate representation of color #B4B07C: hue angle of 55.71º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4B07C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 124 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.29 |
| HSL | 55.71º | 0.27% | 0.6% | - |
| HSV(B) | 55.71º | 0.31% | 0.71% | - |
| XYZ | 37.99 | 42.21 | 25.21 | - |
| YUV | 171.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 124 | 0 | 0.02 | 0.31 | 0.29 | 55.71 | 0.27 | 0.6 |
| Hex | B4 | B0 | 7C | 0 | 2 | 1F | 1D | 38 | 1B | 3C |
| Octal | 264 | 260 | 174 | 0 | 2 | 37 | 35 | 70 | 33 | 74 |
| Binary | 10110100 | 10110000 | 1111100 | 0 | 10 | 11111 | 11101 | 111000 | 11011 | 111100 |
Color Harmonies of #B4B07C
Complementary color
Monochromatic Colors of #B4B07C
Black with #B4B07C
Text Example
Text Example
White with #B4B07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B07C; }
p { color: rgb(180,176,124); }
H1.HeaderClassName
{
color: #B4B07C;
}
.AnyTagClassName
{
color: #B4B07C;
}
</style>
background-color css
<style>
a { background-color: #B4B07C; }
a { background-color: rgb(180,176,124); }
div.DivClassName
{
background-color: #B4B07C;
}
.BgClassName
{
background-color: #B4B07C;
}
</style>
border-color css
<style>
span { border-color: #B4B07C; }
span { border-color: rgb(180,176,124); }
td.TdClassName
{
border-color: #B4B07C;
}
.TagClassName
{
border-color: #B4B07C;
}
</style>