Shades of Olive Green #B4B353
Tints of Olive Green #B4B353
RGB
CMYK
RGB Variations
Color information
#B4B353 (or 0xB4B353) is known color: Olive Green. HEX triplet: B4, B3 and 53. RGB value is (180,179,83). Sum of RGB (Red+Green+Blue) = 180+179+83=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B353 is #4B4CAC. Grayscale: #A8A8A8. Windows color (decimal): -4934829 or 5485492. OLE color: 5485492.
HSL color Cylindrical-coordinate representation of color #B4B353: hue angle of 59.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4B353 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 83 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.29 |
| HSL | 59.38º | 0.39% | 0.52% | - |
| HSV(B) | 59.38º | 0.54% | 0.71% | - |
| XYZ | 36.5 | 42.57 | 14.48 | - |
| YUV | 168.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 83 | 0 | 0.01 | 0.54 | 0.29 | 59.38 | 0.39 | 0.52 |
| Hex | B4 | B3 | 53 | 0 | 1 | 36 | 1D | 3B | 27 | 34 |
| Octal | 264 | 263 | 123 | 0 | 1 | 66 | 35 | 73 | 47 | 64 |
| Binary | 10110100 | 10110011 | 1010011 | 0 | 1 | 110110 | 11101 | 111011 | 100111 | 110100 |
Color Harmonies of #B4B353
Complementary color
Monochromatic Colors of #B4B353
Black with #B4B353
Text Example
Text Example
White with #B4B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B353; }
p { color: rgb(180,179,83); }
H1.HeaderClassName
{
color: #B4B353;
}
.AnyTagClassName
{
color: #B4B353;
}
</style>
background-color css
<style>
a { background-color: #B4B353; }
a { background-color: rgb(180,179,83); }
div.DivClassName
{
background-color: #B4B353;
}
.BgClassName
{
background-color: #B4B353;
}
</style>
border-color css
<style>
span { border-color: #B4B353; }
span { border-color: rgb(180,179,83); }
td.TdClassName
{
border-color: #B4B353;
}
.TagClassName
{
border-color: #B4B353;
}
</style>