Shades of Olive Green #B8B05C
Tints of Olive Green #B8B05C
RGB
CMYK
RGB Variations
Color information
#B8B05C (or 0xB8B05C) is known color: Olive Green. HEX triplet: B8, B0 and 5C. RGB value is (184,176,92). Sum of RGB (Red+Green+Blue) = 184+176+92=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B05C is #474FA3. Grayscale: #A9A9A9. Windows color (decimal): -4673444 or 6074552. OLE color: 6074552.
HSL color Cylindrical-coordinate representation of color #B8B05C: hue angle of 54.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8B05C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 92 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.28 |
| HSL | 54.78º | 0.39% | 0.54% | - |
| HSV(B) | 54.78º | 0.5% | 0.72% | - |
| XYZ | 37.22 | 42.01 | 16.27 | - |
| YUV | 168.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 92 | 0 | 0.04 | 0.50 | 0.28 | 54.78 | 0.39 | 0.54 |
| Hex | B8 | B0 | 5C | 0 | 4 | 32 | 1C | 37 | 27 | 36 |
| Octal | 270 | 260 | 134 | 0 | 4 | 62 | 34 | 67 | 47 | 66 |
| Binary | 10111000 | 10110000 | 1011100 | 0 | 100 | 110010 | 11100 | 110111 | 100111 | 110110 |
Color Harmonies of #B8B05C
Complementary color
Monochromatic Colors of #B8B05C
Black with #B8B05C
Text Example
Text Example
White with #B8B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B05C; }
p { color: rgb(184,176,92); }
H1.HeaderClassName
{
color: #B8B05C;
}
.AnyTagClassName
{
color: #B8B05C;
}
</style>
background-color css
<style>
a { background-color: #B8B05C; }
a { background-color: rgb(184,176,92); }
div.DivClassName
{
background-color: #B8B05C;
}
.BgClassName
{
background-color: #B8B05C;
}
</style>
border-color css
<style>
span { border-color: #B8B05C; }
span { border-color: rgb(184,176,92); }
td.TdClassName
{
border-color: #B8B05C;
}
.TagClassName
{
border-color: #B8B05C;
}
</style>