Shades of Olive Green #B8B353
Tints of Olive Green #B8B353
RGB
CMYK
RGB Variations
Color information
#B8B353 (or 0xB8B353) is known color: Olive Green. HEX triplet: B8, B3 and 53. RGB value is (184,179,83). Sum of RGB (Red+Green+Blue) = 184+179+83=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B353 is #474CAC. Grayscale: #A9A9A9. Windows color (decimal): -4672685 or 5485496. OLE color: 5485496.
HSL color Cylindrical-coordinate representation of color #B8B353: hue angle of 57.03º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8B353 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 83 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.28 |
| HSL | 57.03º | 0.42% | 0.52% | - |
| HSV(B) | 57.03º | 0.55% | 0.72% | - |
| XYZ | 37.45 | 43.06 | 14.52 | - |
| YUV | 169.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 83 | 0 | 0.03 | 0.55 | 0.28 | 57.03 | 0.42 | 0.52 |
| Hex | B8 | B3 | 53 | 0 | 3 | 37 | 1C | 39 | 2A | 34 |
| Octal | 270 | 263 | 123 | 0 | 3 | 67 | 34 | 71 | 52 | 64 |
| Binary | 10111000 | 10110011 | 1010011 | 0 | 11 | 110111 | 11100 | 111001 | 101010 | 110100 |
Color Harmonies of #B8B353
Complementary color
Monochromatic Colors of #B8B353
Black with #B8B353
Text Example
Text Example
White with #B8B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B353; }
p { color: rgb(184,179,83); }
H1.HeaderClassName
{
color: #B8B353;
}
.AnyTagClassName
{
color: #B8B353;
}
</style>
background-color css
<style>
a { background-color: #B8B353; }
a { background-color: rgb(184,179,83); }
div.DivClassName
{
background-color: #B8B353;
}
.BgClassName
{
background-color: #B8B353;
}
</style>
border-color css
<style>
span { border-color: #B8B353; }
span { border-color: rgb(184,179,83); }
td.TdClassName
{
border-color: #B8B353;
}
.TagClassName
{
border-color: #B8B353;
}
</style>