Shades of Olive Green #B0BD63
Tints of Olive Green #B0BD63
RGB
CMYK
RGB Variations
Color information
#B0BD63 (or 0xB0BD63) is known color: Olive Green. HEX triplet: B0, BD and 63. RGB value is (176,189,99). Sum of RGB (Red+Green+Blue) = 176+189+99=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD63 is #4F429C. Grayscale: #AFAFAF. Windows color (decimal): -5194397 or 6536624. OLE color: 6536624.
HSL color Cylindrical-coordinate representation of color #B0BD63: hue angle of 68.67º 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 #B0BD63 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 99 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.26 |
| HSL | 68.67º | 0.41% | 0.56% | - |
| HSV(B) | 68.67º | 0.48% | 0.74% | - |
| XYZ | 38.35 | 46.53 | 18.76 | - |
| YUV | 174.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 99 | 0.07 | 0 | 0.48 | 0.26 | 68.67 | 0.41 | 0.56 |
| Hex | B0 | BD | 63 | 7 | 0 | 30 | 1A | 45 | 29 | 38 |
| Octal | 260 | 275 | 143 | 7 | 0 | 60 | 32 | 105 | 51 | 70 |
| Binary | 10110000 | 10111101 | 1100011 | 111 | 0 | 110000 | 11010 | 1000101 | 101001 | 111000 |
Color Harmonies of #B0BD63
Complementary color
Monochromatic Colors of #B0BD63
Black with #B0BD63
Text Example
Text Example
White with #B0BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD63; }
p { color: rgb(176,189,99); }
H1.HeaderClassName
{
color: #B0BD63;
}
.AnyTagClassName
{
color: #B0BD63;
}
</style>
background-color css
<style>
a { background-color: #B0BD63; }
a { background-color: rgb(176,189,99); }
div.DivClassName
{
background-color: #B0BD63;
}
.BgClassName
{
background-color: #B0BD63;
}
</style>
border-color css
<style>
span { border-color: #B0BD63; }
span { border-color: rgb(176,189,99); }
td.TdClassName
{
border-color: #B0BD63;
}
.TagClassName
{
border-color: #B0BD63;
}
</style>