Shades of Olive Green #B0AD50
Tints of Olive Green #B0AD50
RGB
CMYK
RGB Variations
Color information
#B0AD50 (or 0xB0AD50) is known color: Olive Green. HEX triplet: B0, AD and 50. RGB value is (176,173,80). Sum of RGB (Red+Green+Blue) = 176+173+80=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD50 is #4F52AF. Grayscale: #A3A3A3. Windows color (decimal): -5198512 or 5287344. OLE color: 5287344.
HSL color Cylindrical-coordinate representation of color #B0AD50: hue angle of 58.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0AD50 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 80 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.31 |
| HSL | 58.13º | 0.38% | 0.5% | - |
| HSV(B) | 58.13º | 0.55% | 0.69% | - |
| XYZ | 34.3 | 39.7 | 13.44 | - |
| YUV | 163.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 80 | 0 | 0.02 | 0.55 | 0.31 | 58.13 | 0.38 | 0.5 |
| Hex | B0 | AD | 50 | 0 | 2 | 37 | 1F | 3A | 26 | 32 |
| Octal | 260 | 255 | 120 | 0 | 2 | 67 | 37 | 72 | 46 | 62 |
| Binary | 10110000 | 10101101 | 1010000 | 0 | 10 | 110111 | 11111 | 111010 | 100110 | 110010 |
Color Harmonies of #B0AD50
Complementary color
Monochromatic Colors of #B0AD50
Black with #B0AD50
Text Example
Text Example
White with #B0AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD50; }
p { color: rgb(176,173,80); }
H1.HeaderClassName
{
color: #B0AD50;
}
.AnyTagClassName
{
color: #B0AD50;
}
</style>
background-color css
<style>
a { background-color: #B0AD50; }
a { background-color: rgb(176,173,80); }
div.DivClassName
{
background-color: #B0AD50;
}
.BgClassName
{
background-color: #B0AD50;
}
</style>
border-color css
<style>
span { border-color: #B0AD50; }
span { border-color: rgb(176,173,80); }
td.TdClassName
{
border-color: #B0AD50;
}
.TagClassName
{
border-color: #B0AD50;
}
</style>