Shades of Olivine #94BC64
Tints of Olivine #94BC64
RGB
CMYK
RGB Variations
Color information
#94BC64 (or 0x94BC64) is known color: Olivine. HEX triplet: 94, BC and 64. RGB value is (148,188,100). Sum of RGB (Red+Green+Blue) = 148+188+100=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC64 is #6B439B. Grayscale: #A6A6A6. Windows color (decimal): -7029660 or 6601876. OLE color: 6601876.
HSL color Cylindrical-coordinate representation of color #94BC64: hue angle of 87.27º 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 #94BC64 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 100 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.26 |
| HSL | 87.27º | 0.4% | 0.56% | - |
| HSV(B) | 87.27º | 0.47% | 0.74% | - |
| XYZ | 32.5 | 43.18 | 18.68 | - |
| YUV | 166.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 100 | 0.21 | 0 | 0.47 | 0.26 | 87.27 | 0.4 | 0.56 |
| Hex | 94 | BC | 64 | 15 | 0 | 2F | 1A | 57 | 28 | 38 |
| Octal | 224 | 274 | 144 | 25 | 0 | 57 | 32 | 127 | 50 | 70 |
| Binary | 10010100 | 10111100 | 1100100 | 10101 | 0 | 101111 | 11010 | 1010111 | 101000 | 111000 |
Color Harmonies of #94BC64
Complementary color
Monochromatic Colors of #94BC64
Black with #94BC64
Text Example
Text Example
White with #94BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC64; }
p { color: rgb(148,188,100); }
H1.HeaderClassName
{
color: #94BC64;
}
.AnyTagClassName
{
color: #94BC64;
}
</style>
background-color css
<style>
a { background-color: #94BC64; }
a { background-color: rgb(148,188,100); }
div.DivClassName
{
background-color: #94BC64;
}
.BgClassName
{
background-color: #94BC64;
}
</style>
border-color css
<style>
span { border-color: #94BC64; }
span { border-color: rgb(148,188,100); }
td.TdClassName
{
border-color: #94BC64;
}
.TagClassName
{
border-color: #94BC64;
}
</style>