Shades of Olive Green #B1BA65
Tints of Olive Green #B1BA65
RGB
CMYK
RGB Variations
Color information
#B1BA65 (or 0xB1BA65) is known color: Olive Green. HEX triplet: B1, BA and 65. RGB value is (177,186,101). Sum of RGB (Red+Green+Blue) = 177+186+101=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA65 is #4E459A. Grayscale: #ADADAD. Windows color (decimal): -5129627 or 6666929. OLE color: 6666929.
HSL color Cylindrical-coordinate representation of color #B1BA65: hue angle of 66.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1BA65 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 101 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.27 |
| HSL | 66.35º | 0.38% | 0.56% | - |
| HSV(B) | 66.35º | 0.46% | 0.73% | - |
| XYZ | 38.04 | 45.4 | 19.07 | - |
| YUV | 173.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 101 | 0.05 | 0 | 0.46 | 0.27 | 66.35 | 0.38 | 0.56 |
| Hex | B1 | BA | 65 | 5 | 0 | 2E | 1B | 42 | 26 | 38 |
| Octal | 261 | 272 | 145 | 5 | 0 | 56 | 33 | 102 | 46 | 70 |
| Binary | 10110001 | 10111010 | 1100101 | 101 | 0 | 101110 | 11011 | 1000010 | 100110 | 111000 |
Color Harmonies of #B1BA65
Complementary color
Monochromatic Colors of #B1BA65
Black with #B1BA65
Text Example
Text Example
White with #B1BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA65; }
p { color: rgb(177,186,101); }
H1.HeaderClassName
{
color: #B1BA65;
}
.AnyTagClassName
{
color: #B1BA65;
}
</style>
background-color css
<style>
a { background-color: #B1BA65; }
a { background-color: rgb(177,186,101); }
div.DivClassName
{
background-color: #B1BA65;
}
.BgClassName
{
background-color: #B1BA65;
}
</style>
border-color css
<style>
span { border-color: #B1BA65; }
span { border-color: rgb(177,186,101); }
td.TdClassName
{
border-color: #B1BA65;
}
.TagClassName
{
border-color: #B1BA65;
}
</style>