Shades of Olive Green #B6BD5B
Tints of Olive Green #B6BD5B
RGB
CMYK
RGB Variations
Color information
#B6BD5B (or 0xB6BD5B) is known color: Olive Green. HEX triplet: B6, BD and 5B. RGB value is (182,189,91). Sum of RGB (Red+Green+Blue) = 182+189+91=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD5B is #4942A4. Grayscale: #B0B0B0. Windows color (decimal): -4801189 or 6012342. OLE color: 6012342.
HSL color Cylindrical-coordinate representation of color #B6BD5B: hue angle of 64.29º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6BD5B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 91 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.26 |
| HSL | 64.29º | 0.43% | 0.55% | - |
| HSV(B) | 64.29º | 0.52% | 0.74% | - |
| XYZ | 39.38 | 47.1 | 16.91 | - |
| YUV | 175.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 91 | 0.04 | 0 | 0.52 | 0.26 | 64.29 | 0.43 | 0.55 |
| Hex | B6 | BD | 5B | 4 | 0 | 34 | 1A | 40 | 2B | 37 |
| Octal | 266 | 275 | 133 | 4 | 0 | 64 | 32 | 100 | 53 | 67 |
| Binary | 10110110 | 10111101 | 1011011 | 100 | 0 | 110100 | 11010 | 1000000 | 101011 | 110111 |
Color Harmonies of #B6BD5B
Complementary color
Monochromatic Colors of #B6BD5B
Black with #B6BD5B
Text Example
Text Example
White with #B6BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD5B; }
p { color: rgb(182,189,91); }
H1.HeaderClassName
{
color: #B6BD5B;
}
.AnyTagClassName
{
color: #B6BD5B;
}
</style>
background-color css
<style>
a { background-color: #B6BD5B; }
a { background-color: rgb(182,189,91); }
div.DivClassName
{
background-color: #B6BD5B;
}
.BgClassName
{
background-color: #B6BD5B;
}
</style>
border-color css
<style>
span { border-color: #B6BD5B; }
span { border-color: rgb(182,189,91); }
td.TdClassName
{
border-color: #B6BD5B;
}
.TagClassName
{
border-color: #B6BD5B;
}
</style>