Shades of Olive Green #B8B954
Tints of Olive Green #B8B954
RGB
CMYK
RGB Variations
Color information
#B8B954 (or 0xB8B954) is known color: Olive Green. HEX triplet: B8, B9 and 54. RGB value is (184,185,84). Sum of RGB (Red+Green+Blue) = 184+185+84=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B954 is #4746AB. Grayscale: #ADADAD. Windows color (decimal): -4671148 or 5552568. OLE color: 5552568.
HSL color Cylindrical-coordinate representation of color #B8B954: hue angle of 60.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8B954 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 84 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.27 |
| HSL | 60.59º | 0.42% | 0.53% | - |
| HSV(B) | 60.59º | 0.55% | 0.73% | - |
| XYZ | 38.72 | 45.53 | 15.13 | - |
| YUV | 173.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 84 | 0.01 | 0 | 0.55 | 0.27 | 60.59 | 0.42 | 0.53 |
| Hex | B8 | B9 | 54 | 1 | 0 | 37 | 1B | 3D | 2A | 35 |
| Octal | 270 | 271 | 124 | 1 | 0 | 67 | 33 | 75 | 52 | 65 |
| Binary | 10111000 | 10111001 | 1010100 | 1 | 0 | 110111 | 11011 | 111101 | 101010 | 110101 |
Color Harmonies of #B8B954
Complementary color
Monochromatic Colors of #B8B954
Black with #B8B954
Text Example
Text Example
White with #B8B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B954; }
p { color: rgb(184,185,84); }
H1.HeaderClassName
{
color: #B8B954;
}
.AnyTagClassName
{
color: #B8B954;
}
</style>
background-color css
<style>
a { background-color: #B8B954; }
a { background-color: rgb(184,185,84); }
div.DivClassName
{
background-color: #B8B954;
}
.BgClassName
{
background-color: #B8B954;
}
</style>
border-color css
<style>
span { border-color: #B8B954; }
span { border-color: rgb(184,185,84); }
td.TdClassName
{
border-color: #B8B954;
}
.TagClassName
{
border-color: #B8B954;
}
</style>