Shades of Olivine #94BD80
Tints of Olivine #94BD80
RGB
CMYK
RGB Variations
Color information
#94BD80 (or 0x94BD80) is known color: Olivine. HEX triplet: 94, BD and 80. RGB value is (148,189,128). Sum of RGB (Red+Green+Blue) = 148+189+128=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD80 is #6B427F. Grayscale: #A9A9A9. Windows color (decimal): -7029376 or 8437140. OLE color: 8437140.
HSL color Cylindrical-coordinate representation of color #94BD80: hue angle of 100.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BD80 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 128 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.26 |
| HSL | 100.33º | 0.32% | 0.62% | - |
| HSV(B) | 100.33º | 0.32% | 0.74% | - |
| XYZ | 34.31 | 44.25 | 27.15 | - |
| YUV | 169.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 128 | 0.22 | 0 | 0.32 | 0.26 | 100.33 | 0.32 | 0.62 |
| Hex | 94 | BD | 80 | 16 | 0 | 20 | 1A | 64 | 20 | 3E |
| Octal | 224 | 275 | 200 | 26 | 0 | 40 | 32 | 144 | 40 | 76 |
| Binary | 10010100 | 10111101 | 10000000 | 10110 | 0 | 100000 | 11010 | 1100100 | 100000 | 111110 |
Color Harmonies of #94BD80
Complementary color
Monochromatic Colors of #94BD80
Black with #94BD80
Text Example
Text Example
White with #94BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD80; }
p { color: rgb(148,189,128); }
H1.HeaderClassName
{
color: #94BD80;
}
.AnyTagClassName
{
color: #94BD80;
}
</style>
background-color css
<style>
a { background-color: #94BD80; }
a { background-color: rgb(148,189,128); }
div.DivClassName
{
background-color: #94BD80;
}
.BgClassName
{
background-color: #94BD80;
}
</style>
border-color css
<style>
span { border-color: #94BD80; }
span { border-color: rgb(148,189,128); }
td.TdClassName
{
border-color: #94BD80;
}
.TagClassName
{
border-color: #94BD80;
}
</style>