Shades of Olive Green #B3B15C
Tints of Olive Green #B3B15C
RGB
CMYK
RGB Variations
Color information
#B3B15C (or 0xB3B15C) is known color: Olive Green. HEX triplet: B3, B1 and 5C. RGB value is (179,177,92). Sum of RGB (Red+Green+Blue) = 179+177+92=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B15C is #4C4EA3. Grayscale: #A8A8A8. Windows color (decimal): -5000868 or 6074803. OLE color: 6074803.
HSL color Cylindrical-coordinate representation of color #B3B15C: hue angle of 58.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3B15C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 92 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.30 |
| HSL | 58.62º | 0.36% | 0.53% | - |
| HSV(B) | 58.62º | 0.49% | 0.7% | - |
| XYZ | 36.24 | 41.8 | 16.28 | - |
| YUV | 167.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 92 | 0 | 0.01 | 0.49 | 0.30 | 58.62 | 0.36 | 0.53 |
| Hex | B3 | B1 | 5C | 0 | 1 | 31 | 1E | 3B | 24 | 35 |
| Octal | 263 | 261 | 134 | 0 | 1 | 61 | 36 | 73 | 44 | 65 |
| Binary | 10110011 | 10110001 | 1011100 | 0 | 1 | 110001 | 11110 | 111011 | 100100 | 110101 |
Color Harmonies of #B3B15C
Complementary color
Monochromatic Colors of #B3B15C
Black with #B3B15C
Text Example
Text Example
White with #B3B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B15C; }
p { color: rgb(179,177,92); }
H1.HeaderClassName
{
color: #B3B15C;
}
.AnyTagClassName
{
color: #B3B15C;
}
</style>
background-color css
<style>
a { background-color: #B3B15C; }
a { background-color: rgb(179,177,92); }
div.DivClassName
{
background-color: #B3B15C;
}
.BgClassName
{
background-color: #B3B15C;
}
</style>
border-color css
<style>
span { border-color: #B3B15C; }
span { border-color: rgb(179,177,92); }
td.TdClassName
{
border-color: #B3B15C;
}
.TagClassName
{
border-color: #B3B15C;
}
</style>