Shades of Olive Green #B4B259
Tints of Olive Green #B4B259
RGB
CMYK
RGB Variations
Color information
#B4B259 (or 0xB4B259) is known color: Olive Green. HEX triplet: B4, B2 and 59. RGB value is (180,178,89). Sum of RGB (Red+Green+Blue) = 180+178+89=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B259 is #4B4DA6. Grayscale: #A8A8A8. Windows color (decimal): -4935079 or 5878452. OLE color: 5878452.
HSL color Cylindrical-coordinate representation of color #B4B259: hue angle of 58.68º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4B259 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 89 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.29 |
| HSL | 58.68º | 0.38% | 0.53% | - |
| HSV(B) | 58.68º | 0.51% | 0.71% | - |
| XYZ | 36.55 | 42.27 | 15.68 | - |
| YUV | 168.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 89 | 0 | 0.01 | 0.51 | 0.29 | 58.68 | 0.38 | 0.53 |
| Hex | B4 | B2 | 59 | 0 | 1 | 33 | 1D | 3B | 26 | 35 |
| Octal | 264 | 262 | 131 | 0 | 1 | 63 | 35 | 73 | 46 | 65 |
| Binary | 10110100 | 10110010 | 1011001 | 0 | 1 | 110011 | 11101 | 111011 | 100110 | 110101 |
Color Harmonies of #B4B259
Complementary color
Monochromatic Colors of #B4B259
Black with #B4B259
Text Example
Text Example
White with #B4B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B259; }
p { color: rgb(180,178,89); }
H1.HeaderClassName
{
color: #B4B259;
}
.AnyTagClassName
{
color: #B4B259;
}
</style>
background-color css
<style>
a { background-color: #B4B259; }
a { background-color: rgb(180,178,89); }
div.DivClassName
{
background-color: #B4B259;
}
.BgClassName
{
background-color: #B4B259;
}
</style>
border-color css
<style>
span { border-color: #B4B259; }
span { border-color: rgb(180,178,89); }
td.TdClassName
{
border-color: #B4B259;
}
.TagClassName
{
border-color: #B4B259;
}
</style>