Shades of Olive Green #B8B25D
Tints of Olive Green #B8B25D
RGB
CMYK
RGB Variations
Color information
#B8B25D (or 0xB8B25D) is known color: Olive Green. HEX triplet: B8, B2 and 5D. RGB value is (184,178,93). Sum of RGB (Red+Green+Blue) = 184+178+93=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B25D is #474DA2. Grayscale: #AAAAAA. Windows color (decimal): -4672931 or 6140600. OLE color: 6140600.
HSL color Cylindrical-coordinate representation of color #B8B25D: hue angle of 56.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8B25D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 93 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.28 |
| HSL | 56.04º | 0.39% | 0.54% | - |
| HSV(B) | 56.04º | 0.49% | 0.72% | - |
| XYZ | 37.66 | 42.82 | 16.64 | - |
| YUV | 170.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 93 | 0 | 0.03 | 0.49 | 0.28 | 56.04 | 0.39 | 0.54 |
| Hex | B8 | B2 | 5D | 0 | 3 | 31 | 1C | 38 | 27 | 36 |
| Octal | 270 | 262 | 135 | 0 | 3 | 61 | 34 | 70 | 47 | 66 |
| Binary | 10111000 | 10110010 | 1011101 | 0 | 11 | 110001 | 11100 | 111000 | 100111 | 110110 |
Color Harmonies of #B8B25D
Complementary color
Monochromatic Colors of #B8B25D
Black with #B8B25D
Text Example
Text Example
White with #B8B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B25D; }
p { color: rgb(184,178,93); }
H1.HeaderClassName
{
color: #B8B25D;
}
.AnyTagClassName
{
color: #B8B25D;
}
</style>
background-color css
<style>
a { background-color: #B8B25D; }
a { background-color: rgb(184,178,93); }
div.DivClassName
{
background-color: #B8B25D;
}
.BgClassName
{
background-color: #B8B25D;
}
</style>
border-color css
<style>
span { border-color: #B8B25D; }
span { border-color: rgb(184,178,93); }
td.TdClassName
{
border-color: #B8B25D;
}
.TagClassName
{
border-color: #B8B25D;
}
</style>