Shades of Olive Green #B6B350
Tints of Olive Green #B6B350
RGB
CMYK
RGB Variations
Color information
#B6B350 (or 0xB6B350) is known color: Olive Green. HEX triplet: B6, B3 and 50. RGB value is (182,179,80). Sum of RGB (Red+Green+Blue) = 182+179+80=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B350 is #494CAF. Grayscale: #A9A9A9. Windows color (decimal): -4803760 or 5288886. OLE color: 5288886.
HSL color Cylindrical-coordinate representation of color #B6B350: hue angle of 58.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6B350 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 80 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.29 |
| HSL | 58.24º | 0.41% | 0.51% | - |
| HSV(B) | 58.24º | 0.56% | 0.71% | - |
| XYZ | 36.86 | 42.76 | 13.9 | - |
| YUV | 168.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 80 | 0 | 0.02 | 0.56 | 0.29 | 58.24 | 0.41 | 0.51 |
| Hex | B6 | B3 | 50 | 0 | 2 | 38 | 1D | 3A | 29 | 33 |
| Octal | 266 | 263 | 120 | 0 | 2 | 70 | 35 | 72 | 51 | 63 |
| Binary | 10110110 | 10110011 | 1010000 | 0 | 10 | 111000 | 11101 | 111010 | 101001 | 110011 |
Color Harmonies of #B6B350
Complementary color
Monochromatic Colors of #B6B350
Black with #B6B350
Text Example
Text Example
White with #B6B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B350; }
p { color: rgb(182,179,80); }
H1.HeaderClassName
{
color: #B6B350;
}
.AnyTagClassName
{
color: #B6B350;
}
</style>
background-color css
<style>
a { background-color: #B6B350; }
a { background-color: rgb(182,179,80); }
div.DivClassName
{
background-color: #B6B350;
}
.BgClassName
{
background-color: #B6B350;
}
</style>
border-color css
<style>
span { border-color: #B6B350; }
span { border-color: rgb(182,179,80); }
td.TdClassName
{
border-color: #B6B350;
}
.TagClassName
{
border-color: #B6B350;
}
</style>