Shades of Olive Green #B3BC64
Tints of Olive Green #B3BC64
RGB
CMYK
RGB Variations
Color information
#B3BC64 (or 0xB3BC64) is known color: Olive Green. HEX triplet: B3, BC and 64. RGB value is (179,188,100). Sum of RGB (Red+Green+Blue) = 179+188+100=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC64 is #4C439B. Grayscale: #AFAFAF. Windows color (decimal): -4998044 or 6601907. OLE color: 6601907.
HSL color Cylindrical-coordinate representation of color #B3BC64: hue angle of 66.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3BC64 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 100 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.26 |
| HSL | 66.14º | 0.4% | 0.56% | - |
| HSV(B) | 66.14º | 0.47% | 0.74% | - |
| XYZ | 38.87 | 46.47 | 18.98 | - |
| YUV | 175.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 100 | 0.05 | 0 | 0.47 | 0.26 | 66.14 | 0.4 | 0.56 |
| Hex | B3 | BC | 64 | 5 | 0 | 2F | 1A | 42 | 28 | 38 |
| Octal | 263 | 274 | 144 | 5 | 0 | 57 | 32 | 102 | 50 | 70 |
| Binary | 10110011 | 10111100 | 1100100 | 101 | 0 | 101111 | 11010 | 1000010 | 101000 | 111000 |
Color Harmonies of #B3BC64
Complementary color
Monochromatic Colors of #B3BC64
Black with #B3BC64
Text Example
Text Example
White with #B3BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC64; }
p { color: rgb(179,188,100); }
H1.HeaderClassName
{
color: #B3BC64;
}
.AnyTagClassName
{
color: #B3BC64;
}
</style>
background-color css
<style>
a { background-color: #B3BC64; }
a { background-color: rgb(179,188,100); }
div.DivClassName
{
background-color: #B3BC64;
}
.BgClassName
{
background-color: #B3BC64;
}
</style>
border-color css
<style>
span { border-color: #B3BC64; }
span { border-color: rgb(179,188,100); }
td.TdClassName
{
border-color: #B3BC64;
}
.TagClassName
{
border-color: #B3BC64;
}
</style>