Shades of Olive Green #B1B14F
Tints of Olive Green #B1B14F
RGB
CMYK
RGB Variations
Color information
#B1B14F (or 0xB1B14F) is known color: Olive Green. HEX triplet: B1, B1 and 4F. RGB value is (177,177,79). Sum of RGB (Red+Green+Blue) = 177+177+79=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B14F is #4E4EB0. Grayscale: #A6A6A6. Windows color (decimal): -5131953 or 5222833. OLE color: 5222833.
HSL color Cylindrical-coordinate representation of color #B1B14F: 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.55%. Process color model (Four color, CMYK) of #B1B14F is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 79 | - |
| CMYK | 0 | 0 | 0.55 | 0.31 |
| HSL | 60º | 0.39% | 0.5% | - |
| HSV(B) | 60º | 0.55% | 0.69% | - |
| XYZ | 35.26 | 41.36 | 13.52 | - |
| YUV | 165.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 79 | 0 | 0 | 0.55 | 0.31 | 60 | 0.39 | 0.5 |
| Hex | B1 | B1 | 4F | 0 | 0 | 37 | 1F | 3C | 27 | 32 |
| Octal | 261 | 261 | 117 | 0 | 0 | 67 | 37 | 74 | 47 | 62 |
| Binary | 10110001 | 10110001 | 1001111 | 0 | 0 | 110111 | 11111 | 111100 | 100111 | 110010 |
Color Harmonies of #B1B14F
Complementary color
Monochromatic Colors of #B1B14F
Black with #B1B14F
Text Example
Text Example
White with #B1B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B14F; }
p { color: rgb(177,177,79); }
H1.HeaderClassName
{
color: #B1B14F;
}
.AnyTagClassName
{
color: #B1B14F;
}
</style>
background-color css
<style>
a { background-color: #B1B14F; }
a { background-color: rgb(177,177,79); }
div.DivClassName
{
background-color: #B1B14F;
}
.BgClassName
{
background-color: #B1B14F;
}
</style>
border-color css
<style>
span { border-color: #B1B14F; }
span { border-color: rgb(177,177,79); }
td.TdClassName
{
border-color: #B1B14F;
}
.TagClassName
{
border-color: #B1B14F;
}
</style>