Shades of Olivine #98C474
Tints of Olivine #98C474
RGB
CMYK
RGB Variations
Color information
#98C474 (or 0x98C474) is known color: Olivine. HEX triplet: 98, C4 and 74. RGB value is (152,196,116). Sum of RGB (Red+Green+Blue) = 152+196+116=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #98C474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C474 is #673B8B. Grayscale: #AEAEAE. Windows color (decimal): -6765452 or 7652504. OLE color: 7652504.
HSL color Cylindrical-coordinate representation of color #98C474: hue angle of 93º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98C474 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 196 | 116 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.23 |
| HSL | 93º | 0.4% | 0.61% | - |
| HSV(B) | 93º | 0.41% | 0.77% | - |
| XYZ | 35.84 | 47.42 | 23.79 | - |
| YUV | 173.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 116 | 0.22 | 0 | 0.41 | 0.23 | 93 | 0.4 | 0.61 |
| Hex | 98 | C4 | 74 | 16 | 0 | 29 | 17 | 5D | 28 | 3D |
| Octal | 230 | 304 | 164 | 26 | 0 | 51 | 27 | 135 | 50 | 75 |
| Binary | 10011000 | 11000100 | 1110100 | 10110 | 0 | 101001 | 10111 | 1011101 | 101000 | 111101 |
Color Harmonies of #98C474
Complementary color
Monochromatic Colors of #98C474
Black with #98C474
Text Example
Text Example
White with #98C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C474; }
p { color: rgb(152,196,116); }
H1.HeaderClassName
{
color: #98C474;
}
.AnyTagClassName
{
color: #98C474;
}
</style>
background-color css
<style>
a { background-color: #98C474; }
a { background-color: rgb(152,196,116); }
div.DivClassName
{
background-color: #98C474;
}
.BgClassName
{
background-color: #98C474;
}
</style>
border-color css
<style>
span { border-color: #98C474; }
span { border-color: rgb(152,196,116); }
td.TdClassName
{
border-color: #98C474;
}
.TagClassName
{
border-color: #98C474;
}
</style>