Shades of Olive Green #B4AD5C
Tints of Olive Green #B4AD5C
RGB
CMYK
RGB Variations
Color information
#B4AD5C (or 0xB4AD5C) is known color: Olive Green. HEX triplet: B4, AD and 5C. RGB value is (180,173,92). Sum of RGB (Red+Green+Blue) = 180+173+92=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD5C is #4B52A3. Grayscale: #A6A6A6. Windows color (decimal): -4936356 or 6073780. OLE color: 6073780.
HSL color Cylindrical-coordinate representation of color #B4AD5C: hue angle of 55.23º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4AD5C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 92 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.29 |
| HSL | 55.23º | 0.37% | 0.53% | - |
| HSV(B) | 55.23º | 0.49% | 0.71% | - |
| XYZ | 35.7 | 40.36 | 16.03 | - |
| YUV | 165.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 92 | 0 | 0.04 | 0.49 | 0.29 | 55.23 | 0.37 | 0.53 |
| Hex | B4 | AD | 5C | 0 | 4 | 31 | 1D | 37 | 25 | 35 |
| Octal | 264 | 255 | 134 | 0 | 4 | 61 | 35 | 67 | 45 | 65 |
| Binary | 10110100 | 10101101 | 1011100 | 0 | 100 | 110001 | 11101 | 110111 | 100101 | 110101 |
Color Harmonies of #B4AD5C
Complementary color
Monochromatic Colors of #B4AD5C
Black with #B4AD5C
Text Example
Text Example
White with #B4AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD5C; }
p { color: rgb(180,173,92); }
H1.HeaderClassName
{
color: #B4AD5C;
}
.AnyTagClassName
{
color: #B4AD5C;
}
</style>
background-color css
<style>
a { background-color: #B4AD5C; }
a { background-color: rgb(180,173,92); }
div.DivClassName
{
background-color: #B4AD5C;
}
.BgClassName
{
background-color: #B4AD5C;
}
</style>
border-color css
<style>
span { border-color: #B4AD5C; }
span { border-color: rgb(180,173,92); }
td.TdClassName
{
border-color: #B4AD5C;
}
.TagClassName
{
border-color: #B4AD5C;
}
</style>