Shades of Olive Green #B2BD62
Tints of Olive Green #B2BD62
RGB
CMYK
RGB Variations
Color information
#B2BD62 (or 0xB2BD62) is known color: Olive Green. HEX triplet: B2, BD and 62. RGB value is (178,189,98). Sum of RGB (Red+Green+Blue) = 178+189+98=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD62 is #4D429D. Grayscale: #AFAFAF. Windows color (decimal): -5063326 or 6471090. OLE color: 6471090.
HSL color Cylindrical-coordinate representation of color #B2BD62: hue angle of 67.25º 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 #B2BD62 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 98 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.26 |
| HSL | 67.25º | 0.41% | 0.56% | - |
| HSV(B) | 67.25º | 0.48% | 0.74% | - |
| XYZ | 38.76 | 46.74 | 18.53 | - |
| YUV | 175.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 98 | 0.06 | 0 | 0.48 | 0.26 | 67.25 | 0.41 | 0.56 |
| Hex | B2 | BD | 62 | 6 | 0 | 30 | 1A | 43 | 29 | 38 |
| Octal | 262 | 275 | 142 | 6 | 0 | 60 | 32 | 103 | 51 | 70 |
| Binary | 10110010 | 10111101 | 1100010 | 110 | 0 | 110000 | 11010 | 1000011 | 101001 | 111000 |
Color Harmonies of #B2BD62
Complementary color
Monochromatic Colors of #B2BD62
Black with #B2BD62
Text Example
Text Example
White with #B2BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD62; }
p { color: rgb(178,189,98); }
H1.HeaderClassName
{
color: #B2BD62;
}
.AnyTagClassName
{
color: #B2BD62;
}
</style>
background-color css
<style>
a { background-color: #B2BD62; }
a { background-color: rgb(178,189,98); }
div.DivClassName
{
background-color: #B2BD62;
}
.BgClassName
{
background-color: #B2BD62;
}
</style>
border-color css
<style>
span { border-color: #B2BD62; }
span { border-color: rgb(178,189,98); }
td.TdClassName
{
border-color: #B2BD62;
}
.TagClassName
{
border-color: #B2BD62;
}
</style>