Shades of Olive Green #B0B14E
Tints of Olive Green #B0B14E
RGB
CMYK
RGB Variations
Color information
#B0B14E (or 0xB0B14E) is known color: Olive Green. HEX triplet: B0, B1 and 4E. RGB value is (176,177,78). Sum of RGB (Red+Green+Blue) = 176+177+78=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B14E is #4F4EB1. Grayscale: #A5A5A5. Windows color (decimal): -5197490 or 5157296. OLE color: 5157296.
HSL color Cylindrical-coordinate representation of color #B0B14E: hue angle of 60.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0B14E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 78 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.31 |
| HSL | 60.61º | 0.39% | 0.5% | - |
| HSV(B) | 60.61º | 0.56% | 0.69% | - |
| XYZ | 35 | 41.22 | 13.32 | - |
| YUV | 165.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 78 | 0.01 | 0 | 0.56 | 0.31 | 60.61 | 0.39 | 0.5 |
| Hex | B0 | B1 | 4E | 1 | 0 | 38 | 1F | 3D | 27 | 32 |
| Octal | 260 | 261 | 116 | 1 | 0 | 70 | 37 | 75 | 47 | 62 |
| Binary | 10110000 | 10110001 | 1001110 | 1 | 0 | 111000 | 11111 | 111101 | 100111 | 110010 |
Color Harmonies of #B0B14E
Complementary color
Monochromatic Colors of #B0B14E
Black with #B0B14E
Text Example
Text Example
White with #B0B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B14E; }
p { color: rgb(176,177,78); }
H1.HeaderClassName
{
color: #B0B14E;
}
.AnyTagClassName
{
color: #B0B14E;
}
</style>
background-color css
<style>
a { background-color: #B0B14E; }
a { background-color: rgb(176,177,78); }
div.DivClassName
{
background-color: #B0B14E;
}
.BgClassName
{
background-color: #B0B14E;
}
</style>
border-color css
<style>
span { border-color: #B0B14E; }
span { border-color: rgb(176,177,78); }
td.TdClassName
{
border-color: #B0B14E;
}
.TagClassName
{
border-color: #B0B14E;
}
</style>