Shades of Olive Green #B6BD62
Tints of Olive Green #B6BD62
RGB
CMYK
RGB Variations
Color information
#B6BD62 (or 0xB6BD62) is known color: Olive Green. HEX triplet: B6, BD and 62. RGB value is (182,189,98). Sum of RGB (Red+Green+Blue) = 182+189+98=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD62 is #49429D. Grayscale: #B0B0B0. Windows color (decimal): -4801182 or 6471094. OLE color: 6471094.
HSL color Cylindrical-coordinate representation of color #B6BD62: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6BD62 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 98 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.26 |
| HSL | 64.62º | 0.41% | 0.56% | - |
| HSV(B) | 64.62º | 0.48% | 0.74% | - |
| XYZ | 39.69 | 47.22 | 18.58 | - |
| YUV | 176.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 98 | 0.04 | 0 | 0.48 | 0.26 | 64.62 | 0.41 | 0.56 |
| Hex | B6 | BD | 62 | 4 | 0 | 30 | 1A | 41 | 29 | 38 |
| Octal | 266 | 275 | 142 | 4 | 0 | 60 | 32 | 101 | 51 | 70 |
| Binary | 10110110 | 10111101 | 1100010 | 100 | 0 | 110000 | 11010 | 1000001 | 101001 | 111000 |
Color Harmonies of #B6BD62
Complementary color
Monochromatic Colors of #B6BD62
Black with #B6BD62
Text Example
Text Example
White with #B6BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD62; }
p { color: rgb(182,189,98); }
H1.HeaderClassName
{
color: #B6BD62;
}
.AnyTagClassName
{
color: #B6BD62;
}
</style>
background-color css
<style>
a { background-color: #B6BD62; }
a { background-color: rgb(182,189,98); }
div.DivClassName
{
background-color: #B6BD62;
}
.BgClassName
{
background-color: #B6BD62;
}
</style>
border-color css
<style>
span { border-color: #B6BD62; }
span { border-color: rgb(182,189,98); }
td.TdClassName
{
border-color: #B6BD62;
}
.TagClassName
{
border-color: #B6BD62;
}
</style>