Shades of Olive Green #B1B14D
Tints of Olive Green #B1B14D
RGB
CMYK
RGB Variations
Color information
#B1B14D (or 0xB1B14D) is known color: Olive Green. HEX triplet: B1, B1 and 4D. RGB value is (177,177,77). Sum of RGB (Red+Green+Blue) = 177+177+77=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B14D is #4E4EB2. Grayscale: #A6A6A6. Windows color (decimal): -5131955 or 5091761. OLE color: 5091761.
HSL color Cylindrical-coordinate representation of color #B1B14D: hue angle of 60º 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 #B1B14D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 77 | - |
| CMYK | 0 | 0 | 0.56 | 0.31 |
| HSL | 60º | 0.39% | 0.5% | - |
| HSV(B) | 60º | 0.56% | 0.69% | - |
| XYZ | 35.19 | 41.33 | 13.14 | - |
| YUV | 165.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 77 | 0 | 0 | 0.56 | 0.31 | 60 | 0.39 | 0.5 |
| Hex | B1 | B1 | 4D | 0 | 0 | 38 | 1F | 3C | 27 | 32 |
| Octal | 261 | 261 | 115 | 0 | 0 | 70 | 37 | 74 | 47 | 62 |
| Binary | 10110001 | 10110001 | 1001101 | 0 | 0 | 111000 | 11111 | 111100 | 100111 | 110010 |
Color Harmonies of #B1B14D
Complementary color
Monochromatic Colors of #B1B14D
Black with #B1B14D
Text Example
Text Example
White with #B1B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B14D; }
p { color: rgb(177,177,77); }
H1.HeaderClassName
{
color: #B1B14D;
}
.AnyTagClassName
{
color: #B1B14D;
}
</style>
background-color css
<style>
a { background-color: #B1B14D; }
a { background-color: rgb(177,177,77); }
div.DivClassName
{
background-color: #B1B14D;
}
.BgClassName
{
background-color: #B1B14D;
}
</style>
border-color css
<style>
span { border-color: #B1B14D; }
span { border-color: rgb(177,177,77); }
td.TdClassName
{
border-color: #B1B14D;
}
.TagClassName
{
border-color: #B1B14D;
}
</style>