Shades of Olive Green #B1B04D
Tints of Olive Green #B1B04D
RGB
CMYK
RGB Variations
Color information
#B1B04D (or 0xB1B04D) is known color: Olive Green. HEX triplet: B1, B0 and 4D. RGB value is (177,176,77). Sum of RGB (Red+Green+Blue) = 177+176+77=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B04D is #4E4FB2. Grayscale: #A5A5A5. Windows color (decimal): -5132211 or 5091505. OLE color: 5091505.
HSL color Cylindrical-coordinate representation of color #B1B04D: hue angle of 59.4º 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 #B1B04D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 77 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.31 |
| HSL | 59.4º | 0.39% | 0.5% | - |
| HSV(B) | 59.4º | 0.56% | 0.69% | - |
| XYZ | 35 | 40.93 | 13.08 | - |
| YUV | 165.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 77 | 0 | 0.01 | 0.56 | 0.31 | 59.4 | 0.39 | 0.5 |
| Hex | B1 | B0 | 4D | 0 | 1 | 38 | 1F | 3B | 27 | 32 |
| Octal | 261 | 260 | 115 | 0 | 1 | 70 | 37 | 73 | 47 | 62 |
| Binary | 10110001 | 10110000 | 1001101 | 0 | 1 | 111000 | 11111 | 111011 | 100111 | 110010 |
Color Harmonies of #B1B04D
Complementary color
Monochromatic Colors of #B1B04D
Black with #B1B04D
Text Example
Text Example
White with #B1B04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B04D; }
p { color: rgb(177,176,77); }
H1.HeaderClassName
{
color: #B1B04D;
}
.AnyTagClassName
{
color: #B1B04D;
}
</style>
background-color css
<style>
a { background-color: #B1B04D; }
a { background-color: rgb(177,176,77); }
div.DivClassName
{
background-color: #B1B04D;
}
.BgClassName
{
background-color: #B1B04D;
}
</style>
border-color css
<style>
span { border-color: #B1B04D; }
span { border-color: rgb(177,176,77); }
td.TdClassName
{
border-color: #B1B04D;
}
.TagClassName
{
border-color: #B1B04D;
}
</style>