Shades of Olive Green #B5B465
Tints of Olive Green #B5B465
RGB
CMYK
RGB Variations
Color information
#B5B465 (or 0xB5B465) is known color: Olive Green. HEX triplet: B5, B4 and 65. RGB value is (181,180,101). Sum of RGB (Red+Green+Blue) = 181+180+101=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B465 is #4A4B9A. Grayscale: #ABABAB. Windows color (decimal): -4869019 or 6665397. OLE color: 6665397.
HSL color Cylindrical-coordinate representation of color #B5B465: hue angle of 59.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5B465 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 101 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.29 |
| HSL | 59.25º | 0.35% | 0.55% | - |
| HSV(B) | 59.25º | 0.44% | 0.71% | - |
| XYZ | 37.73 | 43.41 | 18.7 | - |
| YUV | 171.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 101 | 0 | 0.01 | 0.44 | 0.29 | 59.25 | 0.35 | 0.55 |
| Hex | B5 | B4 | 65 | 0 | 1 | 2C | 1D | 3B | 23 | 37 |
| Octal | 265 | 264 | 145 | 0 | 1 | 54 | 35 | 73 | 43 | 67 |
| Binary | 10110101 | 10110100 | 1100101 | 0 | 1 | 101100 | 11101 | 111011 | 100011 | 110111 |
Color Harmonies of #B5B465
Complementary color
Monochromatic Colors of #B5B465
Black with #B5B465
Text Example
Text Example
White with #B5B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B465; }
p { color: rgb(181,180,101); }
H1.HeaderClassName
{
color: #B5B465;
}
.AnyTagClassName
{
color: #B5B465;
}
</style>
background-color css
<style>
a { background-color: #B5B465; }
a { background-color: rgb(181,180,101); }
div.DivClassName
{
background-color: #B5B465;
}
.BgClassName
{
background-color: #B5B465;
}
</style>
border-color css
<style>
span { border-color: #B5B465; }
span { border-color: rgb(181,180,101); }
td.TdClassName
{
border-color: #B5B465;
}
.TagClassName
{
border-color: #B5B465;
}
</style>