Shades of Olive Green #B1B66A
Tints of Olive Green #B1B66A
RGB
CMYK
RGB Variations
Color information
#B1B66A (or 0xB1B66A) is known color: Olive Green. HEX triplet: B1, B6 and 6A. RGB value is (177,182,106). Sum of RGB (Red+Green+Blue) = 177+182+106=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B66A is #4E4995. Grayscale: #ACACAC. Windows color (decimal): -5130646 or 6993585. OLE color: 6993585.
HSL color Cylindrical-coordinate representation of color #B1B66A: hue angle of 63.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1B66A is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 182 | 106 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.29 |
| HSL | 63.95º | 0.34% | 0.56% | - |
| HSV(B) | 63.95º | 0.42% | 0.71% | - |
| XYZ | 37.46 | 43.84 | 20.12 | - |
| YUV | 171.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 106 | 0.03 | 0 | 0.42 | 0.29 | 63.95 | 0.34 | 0.56 |
| Hex | B1 | B6 | 6A | 3 | 0 | 2A | 1D | 40 | 22 | 38 |
| Octal | 261 | 266 | 152 | 3 | 0 | 52 | 35 | 100 | 42 | 70 |
| Binary | 10110001 | 10110110 | 1101010 | 11 | 0 | 101010 | 11101 | 1000000 | 100010 | 111000 |
Color Harmonies of #B1B66A
Complementary color
Monochromatic Colors of #B1B66A
Black with #B1B66A
Text Example
Text Example
White with #B1B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B66A; }
p { color: rgb(177,182,106); }
H1.HeaderClassName
{
color: #B1B66A;
}
.AnyTagClassName
{
color: #B1B66A;
}
</style>
background-color css
<style>
a { background-color: #B1B66A; }
a { background-color: rgb(177,182,106); }
div.DivClassName
{
background-color: #B1B66A;
}
.BgClassName
{
background-color: #B1B66A;
}
</style>
border-color css
<style>
span { border-color: #B1B66A; }
span { border-color: rgb(177,182,106); }
td.TdClassName
{
border-color: #B1B66A;
}
.TagClassName
{
border-color: #B1B66A;
}
</style>