Shades of Olive Green #B6BD65
Tints of Olive Green #B6BD65
RGB
CMYK
RGB Variations
Color information
#B6BD65 (or 0xB6BD65) is known color: Olive Green. HEX triplet: B6, BD and 65. RGB value is (182,189,101). Sum of RGB (Red+Green+Blue) = 182+189+101=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD65 is #49429A. Grayscale: #B1B1B1. Windows color (decimal): -4801179 or 6667702. OLE color: 6667702.
HSL color Cylindrical-coordinate representation of color #B6BD65: hue angle of 64.77º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6BD65 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 101 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.26 |
| HSL | 64.77º | 0.4% | 0.57% | - |
| HSV(B) | 64.77º | 0.47% | 0.74% | - |
| XYZ | 39.84 | 47.28 | 19.34 | - |
| YUV | 176.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 101 | 0.04 | 0 | 0.47 | 0.26 | 64.77 | 0.4 | 0.57 |
| Hex | B6 | BD | 65 | 4 | 0 | 2F | 1A | 41 | 28 | 39 |
| Octal | 266 | 275 | 145 | 4 | 0 | 57 | 32 | 101 | 50 | 71 |
| Binary | 10110110 | 10111101 | 1100101 | 100 | 0 | 101111 | 11010 | 1000001 | 101000 | 111001 |
Color Harmonies of #B6BD65
Complementary color
Monochromatic Colors of #B6BD65
Black with #B6BD65
Text Example
Text Example
White with #B6BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD65; }
p { color: rgb(182,189,101); }
H1.HeaderClassName
{
color: #B6BD65;
}
.AnyTagClassName
{
color: #B6BD65;
}
</style>
background-color css
<style>
a { background-color: #B6BD65; }
a { background-color: rgb(182,189,101); }
div.DivClassName
{
background-color: #B6BD65;
}
.BgClassName
{
background-color: #B6BD65;
}
</style>
border-color css
<style>
span { border-color: #B6BD65; }
span { border-color: rgb(182,189,101); }
td.TdClassName
{
border-color: #B6BD65;
}
.TagClassName
{
border-color: #B6BD65;
}
</style>