Shades of Olivine #94BD64
Tints of Olivine #94BD64
RGB
CMYK
RGB Variations
Color information
#94BD64 (or 0x94BD64) is known color: Olivine. HEX triplet: 94, BD and 64. RGB value is (148,189,100). Sum of RGB (Red+Green+Blue) = 148+189+100=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD64 is #6B429B. Grayscale: #A6A6A6. Windows color (decimal): -7029404 or 6602132. OLE color: 6602132.
HSL color Cylindrical-coordinate representation of color #94BD64: hue angle of 87.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94BD64 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 100 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.26 |
| HSL | 87.64º | 0.4% | 0.57% | - |
| HSV(B) | 87.64º | 0.47% | 0.74% | - |
| XYZ | 32.71 | 43.61 | 18.75 | - |
| YUV | 166.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 100 | 0.22 | 0 | 0.47 | 0.26 | 87.64 | 0.4 | 0.57 |
| Hex | 94 | BD | 64 | 16 | 0 | 2F | 1A | 58 | 28 | 39 |
| Octal | 224 | 275 | 144 | 26 | 0 | 57 | 32 | 130 | 50 | 71 |
| Binary | 10010100 | 10111101 | 1100100 | 10110 | 0 | 101111 | 11010 | 1011000 | 101000 | 111001 |
Color Harmonies of #94BD64
Complementary color
Monochromatic Colors of #94BD64
Black with #94BD64
Text Example
Text Example
White with #94BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD64; }
p { color: rgb(148,189,100); }
H1.HeaderClassName
{
color: #94BD64;
}
.AnyTagClassName
{
color: #94BD64;
}
</style>
background-color css
<style>
a { background-color: #94BD64; }
a { background-color: rgb(148,189,100); }
div.DivClassName
{
background-color: #94BD64;
}
.BgClassName
{
background-color: #94BD64;
}
</style>
border-color css
<style>
span { border-color: #94BD64; }
span { border-color: rgb(148,189,100); }
td.TdClassName
{
border-color: #94BD64;
}
.TagClassName
{
border-color: #94BD64;
}
</style>