#98C364

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

Shades of Olivine #98C364

Tints of Olivine #98C364

Color information

#98C364 (or 0x98C364) is unknown color: approx Olivine. HEX triplet: 98, C3 and 64. RGB value is (152,195,100). Sum of RGB (Red+Green+Blue) = 152+195+100=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #98C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C364 is #673C9B. Grayscale: #ABABAB. Windows color (decimal): -6765724 or 6603672. OLE color: 6603672.

HSL color Cylindrical-coordinate representation of color #98C364: hue angle of 87.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98C364 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB152195100-
CMYK0.2200.490.24
HSL87.16º44.19%57.84%-
HSV(B)87.16º48.72%76.47%-
XYZ34.7646.6319.22-
YUV171.3187.75114.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=34.00%
G=43.62%
B=22.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951000.2200.490.2487.1644.1957.84
Hex98C3641603118572c3a
Octal23030314426061301275472
Binary10011000110000111100100101100110001110001010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,100); }

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

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

 a { background-color: rgb(152,195,100); }

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

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

 span { border-color: rgb(152,195,100); }

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