#98CA59

Color #98CA59 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #98CA59

Tints of Olivine #98CA59

Color information

#98CA59 (or 0x98CA59) is unknown color: approx Olivine. HEX triplet: 98, CA and 59. RGB value is (152,202,89). Sum of RGB (Red+Green+Blue) = 152+202+89=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA59 is #6735A6. Grayscale: #AEAEAE. Windows color (decimal): -6763943 or 5884568. OLE color: 5884568.

HSL color Cylindrical-coordinate representation of color #98CA59: hue angle of 86.55º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98CA59 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB15220289-
CMYK0.2500.560.21
HSL86.55º51.6%57.06%-
HSV(B)86.55º55.94%79.22%-
XYZ35.8749.6417.14-
YUV174.1779.94112.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=34.31%
G=45.60%
B=20.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152202890.2500.560.2186.5551.657.06
Hex98CA591903815573439
Octal23031213131070251276471
Binary10011000110010101011001110010111000101011010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CA59; }

 p { color: rgb(152,202,89); }

 H1.HeaderClassName
 {
   color: #98CA59;
 }
 .AnyTagClassName
 {
   color: #98CA59;
 }
</style>
background-color css

<style>
 a { background-color: #98CA59; }

 a { background-color: rgb(152,202,89); }

 div.DivClassName
 {
   background-color: #98CA59;
 }
 .BgClassName
 {
   background-color: #98CA59;
 }
</style>
border-color css

<style>
 span { border-color: #98CA59; }

 span { border-color: rgb(152,202,89); }

 td.TdClassName
 {
   border-color: #98CA59;
 }
 .TagClassName
 {
   border-color: #98CA59;
 }
</style>